WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2019-05-09 07:04:28 PDT
Created
attachment 369490
[details]
Patch
Antoine Quint
Comment 2
2019-05-09 07:04:33 PDT
<
rdar://problem/50588613
>
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
Committed
r245134
: <
https://trac.webkit.org/changeset/245134
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug