[Webkit-unassigned] [Bug 199750] New: Use of -webkit-overflow-scrolling: touch; freeze scroll if you do single/double taps/clicks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 12 04:12:46 PDT 2019


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

            Bug ID: 199750
           Summary: Use of -webkit-overflow-scrolling: touch; freeze
                    scroll if you do single/double taps/clicks
           Product: WebKit
           Version: Safari 12
          Hardware: iPhone / iPad
                OS: iOS 12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: robsonala at gmail.com

Created attachment 374005

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

Example of problem

Using -webkit-overflow-scrolling: touch; in a container doesn't work properly frequently if you do single/double tap on content.
Apparently the focus is moved to the body and the scroll on the correct container freezes. It's necessary tap/click again to return the focus to the correct container.

The problem doesn't happen if I move the overflow-scrolling to 'auto' but the scroll will be not smooth.

The problem happens on iOS 12.2 and 12.3.

I have tried to use the pointer-events but the problem persists.

-- 
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/20190712/2a9dca4a/attachment-0001.html>


More information about the webkit-unassigned mailing list