[Webkit-unassigned] [Bug 249355] Form controls don't paint with an inactive appearance in non-key windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 14 17:10:01 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249355

--- Comment #2 from Aditya Keerthi <akeerthi at apple.com> ---
<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).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221215/1113ae67/attachment.htm>


More information about the webkit-unassigned mailing list