RESOLVED FIXED299398
`mousemove` is not fired on parent of `mouseover` targets that are removed at `mouseover`
https://bugs.webkit.org/show_bug.cgi?id=299398
Summary `mousemove` is not fired on parent of `mouseover` targets that are removed at...
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.