Bug 147372 - bounds in InteractionInformationAtPosition should be always in main frame coordinate space.
Summary: bounds in InteractionInformationAtPosition should be always in main frame coo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-07-28 13:44 PDT by Yongjun Zhang
Modified: 2015-07-28 14:45 PDT (History)
6 users (show)

See Also:


Attachments
Patch. (2.01 KB, patch)
2015-07-28 13:49 PDT, Yongjun Zhang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yongjun Zhang 2015-07-28 13:44:53 PDT
When we prepare the bounds for InteractionInformationAtPosition in WebPageIOS.mm, it looks like we get the bounds in the current frame space. It should be in main frame space since WKContent in UIProcess expects it to be in the web view space.
Comment 1 Yongjun Zhang 2015-07-28 13:45:15 PDT
<rdar://problem/21645007>
Comment 2 Yongjun Zhang 2015-07-28 13:49:06 PDT
Created attachment 257677 [details]
Patch.
Comment 3 WebKit Commit Bot 2015-07-28 14:45:12 PDT
Comment on attachment 257677 [details]
Patch.

Clearing flags on attachment: 257677

Committed r187517: <http://trac.webkit.org/changeset/187517>
Comment 4 WebKit Commit Bot 2015-07-28 14:45:16 PDT
All reviewed patches have been landed.  Closing bug.