[Webkit-unassigned] [Bug 13455] New: FrameView::layout() not always resuming scheduled events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 23 11:01:08 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13455

           Summary: FrameView::layout() not always resuming scheduled events
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kevino at theolliviers.com


Recently, the wx port started triggering an assert in FrameView::~FrameView,
caused by the fact that d->m_enqueueEvents > 0. Tracking this down, I've found
the reason for this appears to be that in FrameView::layout(), while
pauseSelectedEvents() is always called, resumeSelectedEvents() is only
triggered if root->needsLayout() (the if statement in line #453) is false. If
root->needsLayout() is true, a layout is scheduled and the function exits
without resuming scheduled events.

Since I'm not too familiar with the bugs fixed by pause/resumeSelectedEvents(),
I'm not sure how best to fix this problem (though Mitz said on IRC that he
might :-), so I thought I'd just file a bug for this so that those familiar
with the code can take a look.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list