Bug 316229
| Summary: | Dispatch boundary events on fullscreen transitions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | pascoe <pascoe> |
| Component: | New Bugs | Assignee: | pascoe <pascoe> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
pascoe@apple.com
After entering or exiting fullscreen, other browsers dispatches a pointerout/pointerleave to null followed by a pointerover/pointerenter back onto the element under the cursor, with a rendering opportunity between the two. This resets JS framework hover state (clearing stale highlights from before the transition) while leaving media controls visible (the immediate re-enter cancels the hide).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
pascoe@apple.com
rdar://176507648
pascoe@apple.com
<rdar://problem/177476277>
pascoe@apple.com
Pull request: https://github.com/WebKit/WebKit/pull/66397
EWS
Committed 314650@main (737bafc43518): <https://commits.webkit.org/314650@main>
Reviewed commits have been landed. Closing PR #66397 and removing active labels.