[Webkit-unassigned] [Bug 61491] Frame flattening is broken with nested frames
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 26 18:14:11 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61491
--- Comment #15 from Yael <yael.aharon at nokia.com> 2011-05-26 18:14:10 PST ---
(In reply to comment #14)
> inSubframeLayoutWithFrameFlattening checks were added in http://trac.webkit.org/changeset/77988 to fix bug 52449, but I don't see how performPostLayoutTasks() gets called at all on nested, flattened frames now.
performPostLayoutTasks() is called on a timer only for flattened iframes.
That is becuase it calls resizeEvent() and sites like gmail.com would use that event to relayout themselves. That caused the bug 52449.
--
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