[Webkit-unassigned] [Bug 13544] REGRESSION (r21120): Member profile frame not erased at Yahoo! Answers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 29 22:42:53 PDT 2007


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





------- Comment #6 from mitz at webkit.org  2007-04-29 22:42 PDT -------
(In reply to comment #3)
> Random unrelated question, but why did your previous change remove a
> setNeedsLayout(false) call?  Was it redundant?
> 

layoutBlockChildren uses the logic that "we don't need to repaint children if
the parent needs layout, because in that case it will do a full repaint". But
by resetting the bit in layoutBlockChildren it was invalidating this logic
since by the time layoutBlock called repaintAfterLayoutIfNeeded, the latter
couldn't tell that it needed to do a full repaint. I think I explained it in my
ChangeLog ;-) and it's covered by one of the repaint tests IIRC.


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