Bug 301110

Summary: [GTK] [WPE] [Win] [WKTR] Unpaired keydown/pointerdown events do not produce an event timing entry
Product: WebKit Reporter: Franco Vieira de Souza <franco_vieira>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: Safari 26   
Hardware: Unspecified   
OS: Unspecified   

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
Franco Vieira de Souza
Comment 1 2025-10-21 13:33:10 PDT
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.