| Summary: | REGRESSION (macOS 11): Form controls don't paint with an inactive appearance in non-key windows | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Forms | Assignee: | Aditya Keerthi <akeerthi> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | akeerthi, cdumez, simon.fraser, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://pxlcoder.gitlab.io/test-pages/form-controls.html | ||
|
Description
Simon Fraser (smfr)
2022-12-14 16:57:29 PST
<progress> does this by using `kCUIPresentationStateKey` – all the other controls use AppKit rendering, rather than CoreUI directly. This would imply that there is no problem with issuing a repaint, but rather, that the state we're giving AppKit is incorrect (or being dropped somewhere). This comes in through `themeWindowHasKeyAppearance = !controlStates.states().contains(ControlStates::States::WindowInactive);` Pull request: https://github.com/WebKit/WebKit/pull/7962 Committed 258294@main (456497bb8c15): <https://commits.webkit.org/258294@main> Reviewed commits have been landed. Closing PR #7962 and removing active labels. |