RESOLVED DUPLICATE of bug 199947 205603
Scrollbar is hidden on mobile when using e.preventDefault() in touch event
https://bugs.webkit.org/show_bug.cgi?id=205603
Summary Scrollbar is hidden on mobile when using e.preventDefault() in touch event
gambard
Reported 2019-12-27 00:48:20 PST
Created attachment 386435 [details] 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
Attachments
Example test case (1.92 KB, text/html)
2019-12-27 00:48 PST, gambard
no flags
Radar WebKit Bug Importer
Comment 1 2019-12-28 09:49:57 PST
Simon Fraser (smfr)
Comment 2 2020-01-13 14:40:22 PST
*** This bug has been marked as a duplicate of bug 199947 ***
Note You need to log in before you can comment on or make changes to this bug.