[Webkit-unassigned] [Bug 205603] New: Scrollbar is hidden on mobile when using e.preventDefault() in touch event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 27 00:48:20 PST 2019


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

            Bug ID: 205603
           Summary: Scrollbar is hidden on mobile when using
                    e.preventDefault() in touch event
           Product: WebKit
           Version: Safari 13
          Hardware: iPhone / iPad
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Scrolling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gambard at chromium.org

Created attachment 386435

  --> https://bugs.webkit.org/attachment.cgi?id=386435&action=review

Example test case

Steps to reproduce the problem:
1. Access the HTML file attached
2. Scroll down a bit 
3. You'll see how the page scrolls down automatically fired by JS but the scrollbar is not visible while doing so.

What is the expected behavior?
The scrollbar should always be visible no matter how the movement gets fired. No matter if it is a user input or if it is fired by the code.

What went wrong?
The scrollbar is not visible while the page gets scrolled.

Reported originally at crbug.com/985801

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191227/ae923e14/attachment-0001.htm>


More information about the webkit-unassigned mailing list