[Webkit-unassigned] [Bug 126786] New: Allow websites to disable elastic scroll effects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 10 14:49:06 PST 2014


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

           Summary: Allow websites to disable elastic scroll effects
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: https://twitter.com
        OS/Version: Mac OS X 10.9
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kenneth at kufluk.com


UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Steps to reproduce the problem:
1. Open twitter.com and log in
2. Scroll down
3. Observe elastic scroll on window interfering with infinite scroll

What is the expected behavior?
Elastic scroll would be disabled on this site.

What went wrong?
We'd like to disable elastic scroll, to remove the jarring clash between the infinite scroll and elastic scroll effect.

We might also use overscroll in the future for pull-to-refresh effects.

It's currently possible to remove this effect by using overflow:hidden on the html & body, and adding scroll to a wrapper div. However, this feels like a hack. Our library code is watching the window for scroll events.

Ideally, elastic scroll could be disabled with a CSS property or meta tag.

https://code.google.com/p/chromium/issues/detail?id=333021

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