Bug 309586
| Summary: | Clear focus from elements outside the fullscreen element when entering fullscreen | ||
|---|---|---|---|
| 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
When a user clicks a fullscreen button on some sites, the button enters
`:focus`/`:focus-visible` and `:hover` states. After the fullscreen transition
these states persist because no blur is triggered on the button, and no
`mousemove` is synthesized to update hit-testing, leaving the button stuck in
a highlighted state.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
pascoe@apple.com
rdar://157694866
pascoe@apple.com
Pull request: https://github.com/WebKit/WebKit/pull/60287
EWS
Committed 311986@main (4771a54c1936): <https://commits.webkit.org/311986@main>
Reviewed commits have been landed. Closing PR #60287 and removing active labels.