[webkit-reviews] review denied: [Bug 111413] Support wheel event even when FrameView does not have scrollbars. : [Attachment 191423] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 10:45:31 PST 2013


Simon Fraser (smfr) <simon.fraser at apple.com> has denied Huang Dongsung
<luxtella at company100.net>'s request for review:
Bug 111413: Support wheel event even when FrameView does not have scrollbars.
https://bugs.webkit.org/show_bug.cgi?id=111413

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=191423&action=review


> Source/WebCore/page/FrameView.cpp:3889
> +    if (delegatesScrolling() || !canHaveScrollbars()) {

This seems like a behavior change, which some platforms don't want.


More information about the webkit-reviews mailing list