RESOLVED FIXED Bug 197738
pointerevents/ios/touch-action-none-in-overflow-scrolling-touch.html is a timeout
https://bugs.webkit.org/show_bug.cgi?id=197738
Summary pointerevents/ios/touch-action-none-in-overflow-scrolling-touch.html is a tim...
Antoine Quint
Reported 2019-05-09 06:59:17 PDT
pointerevents/ios/touch-action-none-in-overflow-scrolling-touch.html is a timeout
Attachments
Patch (7.79 KB, patch)
2019-05-09 07:04 PDT, Antoine Quint
koivisto: review+
Antoine Quint
Comment 1 2019-05-09 07:04:28 PDT
Antoine Quint
Comment 2 2019-05-09 07:04:33 PDT
Antti Koivisto
Comment 3 2019-05-09 07:10:47 PDT
Comment on attachment 369490 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=369490&action=review > Source/WebKit/UIProcess/RemoteLayerTree/ios/ScrollingTreeScrollingNodeDelegateIOS.mm:345 > + m_activeTouchActions = scrollingCoordinatorProxy.activeTouchActionsForTouchIdentifier(*touchIdentifier); Should this be cleared when the scrolling fully finishes? Seem bet weird that it can stay non-empty long past the gesture.
Antoine Quint
Comment 4 2019-05-09 07:16:03 PDT
(In reply to Antti Koivisto from comment #3) > Comment on attachment 369490 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=369490&action=review > > > Source/WebKit/UIProcess/RemoteLayerTree/ios/ScrollingTreeScrollingNodeDelegateIOS.mm:345 > > + m_activeTouchActions = scrollingCoordinatorProxy.activeTouchActionsForTouchIdentifier(*touchIdentifier); > > Should this be cleared when the scrolling fully finishes? Seem bet weird > that it can stay non-empty long past the gesture. Fixing this in commit.
Antoine Quint
Comment 5 2019-05-09 07:16:54 PDT
Note You need to log in before you can comment on or make changes to this bug.