WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
217719
Scrolls in the passive event region only send one wheel event to the DOM
https://bugs.webkit.org/show_bug.cgi?id=217719
Summary
Scrolls in the passive event region only send one wheel event to the DOM
Simon Fraser (smfr)
Reported
2020-10-14 11:10:28 PDT
When the scrolling thread latches on a node (which might be in the passive event listener region), we should also store the processing steps and used them for latched scrolls. If we don't, then we would hit-test the layers again, and potentially get a different answer (breaking the rules of latching). Also latched scrolls need to use WheelEventProcessingSteps::MainThreadForDOMEventDispatch if in the passive region.
Attachments
Patch
(18.72 KB, patch)
2020-10-15 11:11 PDT
,
Simon Fraser (smfr)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-10-14 11:11:04 PDT
<
rdar://problem/70300204
>
Simon Fraser (smfr)
Comment 2
2020-10-15 11:11:13 PDT
Created
attachment 411464
[details]
Patch
EWS
Comment 3
2020-10-15 12:24:46 PDT
Committed
r268544
: <
https://trac.webkit.org/changeset/268544
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 411464
[details]
.
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