Bug 199750

Summary: Use of -webkit-overflow-scrolling: touch; freeze scroll if you do single/double taps/clicks
Product: WebKit Reporter: Robson Alviani <robsonala>
Component: ScrollingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: graouts, robsonala, simon.fraser, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: Safari 12   
Hardware: iPhone / iPad   
OS: iOS 12   
Attachments:
Description Flags
Example of problem none

Robson Alviani
Reported 2019-07-12 04:12:46 PDT
Created attachment 374005 [details] 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.
Attachments
Example of problem (7.98 KB, text/html)
2019-07-12 04:12 PDT, Robson Alviani
no flags
Radar WebKit Bug Importer
Comment 1 2019-07-12 16:59:20 PDT
Note You need to log in before you can comment on or make changes to this bug.