[Webkit-unassigned] [Bug 61491] Frame flattening is broken with nested frames
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 29 15:17:55 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61491
Yael <yael.aharon at nokia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #95303| |review?
Flag| |
--- Comment #16 from Yael <yael.aharon at nokia.com> 2011-05-29 15:17:55 PST ---
Created an attachment (id=95303)
--> (https://bugs.webkit.org/attachment.cgi?id=95303&action=review)
Patch.
After r77988, when frame flattening is enabled, performPostLayoutTasks() is called on a timer for iframes.
This causes layout of nested iframes to sometimes happen asynchronously, but WebCore expects layout to always finish synchronously.
Added a call to updateWidgetPosition() for cases that performPostLayoutTasks() is now happening asynchronously.
--
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