[Webkit-unassigned] [Bug 61491] Frame flattening is broken with nested frames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 18:16:10 PDT 2011


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





--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-05-25 18:16:10 PST ---
Seems like RenderIFrame::flattenFrame() decides not to flatten the first time around because the absoluteBoundingBoxRect().intersects() tests fails, because view->contentsSize() is 0,0 at this point (we haven't finished the first layout). That test is bogus, and nothing later comes back to cause us to re-evaluate that decision.

-- 
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