[webkit-reviews] review denied: [Bug 57124] When the scroller style is changed via delegate method, the page needs a full relayout and repaint : [Attachment 86984] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 14:56:44 PDT 2011


Maciej Stachowiak <mjs at apple.com> has denied Beth Dakin <bdakin at apple.com>'s
request for review:
Bug 57124: When the scroller style is changed via delegate method, the page
needs a full relayout and repaint
https://bugs.webkit.org/show_bug.cgi?id=57124

Attachment 86984: Patch
https://bugs.webkit.org/attachment.cgi?id=86984&action=review

------- Additional Comments from Maciej Stachowiak <mjs at apple.com>
I don't think a reload is right. Changing system preferences shouldn't reload
all your pages - that's likely to change the content. Why can't you just
schedule a full relayout and repaint? It seems like calling setNeedsLayout() on
the FrameView should do the trick.


More information about the webkit-reviews mailing list