[Webkit-unassigned] [Bug 107611] Fix rubber-band effect on non-scrollable pages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 23 12:19:37 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107611





--- Comment #8 from Antonio Gomes <tonikitoo at webkit.org>  2013-01-23 12:21:30 PST ---
(From update of attachment 184267)
View in context: https://bugs.webkit.org/attachment.cgi?id=184267&action=review

> Source/WebCore/page/FrameView.cpp:3778
> -    if (!isScrollable())
> -        return false;
> +    // Note that even non-scrollable views should handle wheel events, to allow for rubber-band
> +    // over-scroll behavior.

That would work, but what about wrapping the if statement with  #if !ENABLE(RUBBER_BANDING) ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list