[Webkit-unassigned] [Bug 61491] Frame flattening is broken with nested frames
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 31 06:01:03 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61491
--- Comment #18 from Yael <yael.aharon at nokia.com> 2011-05-31 06:01:02 PST ---
(In reply to comment #17)
> (From update of attachment 95303 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=95303&action=review
>
> > Source/WebCore/page/FrameView.cpp:1041
> > if (!m_hasPendingPostLayoutTasks) {
> > - if (!m_inSynchronousPostLayout && !inSubframeLayoutWithFrameFlattening) {
> > - m_inSynchronousPostLayout = true;
> > - // Calls resumeScheduledEvents()
> > - performPostLayoutTasks();
> > - m_inSynchronousPostLayout = false;
> > + if (!m_inSynchronousPostLayout) {
>
> who not do
>
> if (!m_hasPendingPostLayoutTasks && !m_inSynchronousPostLayout) ?
>
The above condition is not correct for the second half of the if statement.
--
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