[Webkit-unassigned] [Bug 11899] framesets force full-view repaint unnecessarily

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 20 16:32:00 PST 2006


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





------- Comment #1 from hyatt at apple.com  2006-12-20 16:32 PDT -------
Layout is only done if needed.  You're looking at buggy Windows code.  Repaints
do not trigger a relayout normally, but the buggy windows code always calls
layout over and over when painting (even when no layout is necesary).  This
will lead to many strange bugs.

That said, I do agree that setNeedsLayout here is wrong.  It should be
setChildNeedsLayout just like the body tag code path.


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