[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:39:40 PST 2013


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





--- Comment #10 from Christopher Cameron <ccameron at chromium.org>  2013-01-23 12:41:32 PST ---
(In reply to comment #8)
> (From update of attachment 184267 [details])
> 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) ?

Sure -- updated.

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