[Webkit-unassigned] [Bug 241228] [GTK][WPE] Media control buttons disappearing when clicked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 08:22:00 PDT 2022


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

Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexm at gnome.org

--- Comment #1 from Philippe Normand <pnormand at igalia.com> ---
Adding Alexm in CC,

This issue seems related with focusRingColorLight in ThemeAdwaita being quite dark currently: SRGBA<uint8_t> { 46, 52, 54, 150 }

and due to this CSS snippet in the controls (thanks Rego for finding out), the buttons are rendered very dark, and if the video is also kind of dark like in this screencast, the user sees almost nothing rendered in the button placeholder.

button:focus > picture {
    background-color: -webkit-focus-ring-color !important;
    mix-blend-mode: normal !important;
}

So my question is, should we change this CSS for WPE/GTK or is this a bug in ThemeAdwaita?

-- 
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/20220603/4b97989a/attachment.htm>


More information about the webkit-unassigned mailing list