[Webkit-unassigned] [Bug 14118] ASSERTION FAILED: !needsLayout() seen again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 06:49:26 PDT 2007


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





------- Comment #12 from mitz at webkit.org  2007-06-28 06:49 PDT -------
Created an attachment (id=15289)
 --> (http://bugs.webkit.org/attachment.cgi?id=15289&action=view)
Test case (will ASSERT)

The beloved updateLayoutIgnorePendingStylesheets() is involved in this case. It
is called under invalidateSelection and -- since there are pending stylesheets
-- it calls updateStyleSelector() which dirties the root. Normally the root
gets a layout after that, but now because of the guard around
invalidateSelection it doesn't.

I'm going to add this test case to the patch an submit for review.


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