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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 07:20:05 PDT 2011


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





--- Comment #4 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-05-26 07:20:05 PST ---
(In reply to comment #3)
> 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.

So you suggest that we reevaluate whether we should flatten or not?

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