Bug 131826 - Hit-testing is incorrect for plugins inside iframes when there is a topContentInset
Summary: Hit-testing is incorrect for plugins inside iframes when there is a topConten...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-17 15:51 PDT by Beth Dakin
Modified: 2014-04-17 15:59 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.84 KB, patch)
2014-04-17 15:54 PDT, Beth Dakin
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2014-04-17 15:51:03 PDT
Hit-testing is incorrect for plugins inside iframes when there is a topContentInset.

This test case will exhibit the bug if you have a topContentInset set:

<iframe src="http://homestarrunner.com/main8.html"></iframe>

<rdar://problem/16649996>
Comment 1 Beth Dakin 2014-04-17 15:54:21 PDT
Created attachment 229588 [details]
Patch
Comment 2 Beth Dakin 2014-04-17 15:59:44 PDT
Thanks, Tim! http://trac.webkit.org/changeset/167460