[webkit-reviews] review denied: [Bug 11899] framesets force full-view repaint unnecessarily : [Attachment 11941] only call setNeedsLayout(true) if the view's size has changed

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Wed Dec 20 19:32:38 PST 2006


Dave Hyatt <hyatt at apple.com> has denied Dave Hyatt <hyatt at apple.com>'s request
for review:
Bug 11899: framesets force full-view repaint unnecessarily
http://bugs.webkit.org/show_bug.cgi?id=11899

Attachment 11941: only call setNeedsLayout(true) if the view's size has changed
http://bugs.webkit.org/attachment.cgi?id=11941&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
The WebKit side of the WIndows code is buggy and it is causing layout() on
FrameView to get called when it shouldn't.

Cursor blinking should not cause you to re-enter layout, but it does so because
WebView on Win32 is buggy.

You should not technically even have to patch any cross-platform code to fix
the Windows bug.



More information about the webkit-reviews mailing list