Bug 199750 - Use of -webkit-overflow-scrolling: touch; freeze scroll if you do single/double taps/clicks
Summary: Use of -webkit-overflow-scrolling: touch; freeze scroll if you do single/doub...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: Safari 12
Hardware: iPhone / iPad iOS 12
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-07-12 04:12 PDT by Robson Alviani
Modified: 2019-07-16 08:50 PDT (History)
5 users (show)

See Also:


Attachments
Example of problem (7.98 KB, text/html)
2019-07-12 04:12 PDT, Robson Alviani
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robson Alviani 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.
Comment 1 Radar WebKit Bug Importer 2019-07-12 16:59:20 PDT
<rdar://problem/53034199>