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 Bugs | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lily Spiniolas
rdar://161203639
Lily Spiniolas
Pull request: https://github.com/WebKit/WebKit/pull/51226
EWS
Committed 300522@main (1651c7a40065): <https://commits.webkit.org/300522@main>
Reviewed commits have been landed. Closing PR #51226 and removing active labels.