Bug 147372

Summary: bounds in InteractionInformationAtPosition should be always in main frame coordinate space.
Product: WebKit Reporter: Yongjun Zhang <yongjun_zhang>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, enrica, mitz, sam, thorton
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch. none

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.