WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
301110
[GTK] [WPE] [Win] [WKTR] Unpaired keydown/pointerdown events do not produce an event timing entry
https://bugs.webkit.org/show_bug.cgi?id=301110
Summary
[GTK] [WPE] [Win] [WKTR] Unpaired keydown/pointerdown events do not produce a...
Franco Vieira de Souza
Reported
2025-10-20 11:30:55 PDT
During tests, GTK and WPE fail to produce an event timing entry if the keydown/keyup (or pointerdown/pointerup) events are emitted in separate action chains, such as in the following example: ``` await new test_driver.Actions() .keyDown('a') .send() await something() await new test_driver.Actions() .keyUp('a') .send() ```
Attachments
Add attachment
proposed patch, testcase, etc.
Franco Vieira de Souza
Comment 1
2025-10-21 13:33:10 PDT
Also affects Windows:
https://ews-build.webkit.org/#/builders/60/builds/64842
.
Sam Sneddon [:gsnedders]
Comment 2
2025-10-23 16:21:42 PDT
(In reply to Franco Vieira de Souza from
comment #1
)
> Also affects Windows: >
https://ews-build.webkit.org/#/builders/60/builds/64842
.
For Windows this might be expected, given down v. up timing of events differs at a platform level.
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