[Webkit-unassigned] [Bug 40751] Composited iframe renders over content in the parent document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 21:00:04 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40751





--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-06-17 21:00:04 PST ---
The overlap testing is failing because we only do overlap testing on RendersLayers. Also, if the "main frame top" div is put into a RenderLayer (e.g. with position: relative), then we use the layer bounds for tesing overlap, but those don't include the character ascenders here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list