NEW 200884
[Pointer Events] Interacting with a nested frame may pan whole document even with `pointer-events: none`
https://bugs.webkit.org/show_bug.cgi?id=200884
Summary [Pointer Events] Interacting with a nested frame may pan whole document even ...
Antoine Quint
Reported 2019-08-19 03:27:55 PDT
Created attachment 376679 [details] Test case As of r248819 (fix for https://bugs.webkit.org/show_bug.cgi?id=200204) we now correctly reset the touch-action property when crossing frame boundaries. However, if you interact with a frame, its touch-action setting might clash with the one set with the parent frame. For instance, with the attached test case, panning with a downward gesture will scroll the outer document even though it has `touch-action: none` set.
Attachments
Test case (650 bytes, text/html)
2019-08-19 03:27 PDT, Antoine Quint
no flags
Radar WebKit Bug Importer
Comment 1 2019-08-19 03:28:18 PDT
Note You need to log in before you can comment on or make changes to this bug.