WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
261810
[WPT] Wheel actions: Follow tick-based event dispatch logic rather than sending scroll events instantaneously
https://bugs.webkit.org/show_bug.cgi?id=261810
Summary
[WPT] Wheel actions: Follow tick-based event dispatch logic rather than sendi...
Abrar Rahman Protyasha
Reported
2023-09-20 01:31:31 PDT
I.e. make dispatchWheelActions in testdriver-vendor.js a faithful reproduction of the steps outlined in
https://w3c.github.io/webdriver/#dfn-perform-a-scroll
.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-20 01:31:40 PDT
<
rdar://problem/115772410
>
Simon Fraser (smfr)
Comment 2
2026-07-17 16:04:27 PDT
The primary fix here is: ``` { type : "wheel", - momentumPhase : "ended" + phase : "ended" } ``` in testdriver-vendor.js.
Simon Fraser (smfr)
Comment 3
2026-07-17 16:10:06 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/69689
EWS
Comment 4
2026-07-18 20:39:39 PDT
Committed
317497@main
(3b1deb16fd46): <
https://commits.webkit.org/317497@main
> Reviewed commits have been landed. Closing PR #69689 and removing active labels.
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