Bug 299398

Summary: `mousemove` is not fired on parent of `mouseover` targets that are removed at `mouseover`
Product: WebKit Reporter: Lily Spiniolas <lily_spiniolas>
Component: New BugsAssignee: Lily Spiniolas <lily_spiniolas>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Lily Spiniolas
Reported 2025-09-23 15:30:13 PDT
When a child element has a `mouseover` listener which causes the child to be removed or replaced, the subsequent `mousemove` should be fired for the parent of the removed child. Instead, we attempt to dispatch the `mousemove` event to the child.
Attachments
Lily Spiniolas
Comment 1 2025-09-23 15:31:05 PDT
Lily Spiniolas
Comment 2 2025-09-23 18:39:14 PDT
EWS
Comment 3 2025-09-25 10:51:57 PDT
Committed 300522@main (1651c7a40065): <https://commits.webkit.org/300522@main> Reviewed commits have been landed. Closing PR #51226 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.