[Webkit-unassigned] [Bug 115510] Disabled textarea with transparent background-color does not render certain grey tones (foreground color) correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 20:50:54 PDT 2020


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

Craig Kovatch <cromas at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cromas at gmail.com

--- Comment #2 from Craig Kovatch <cromas at gmail.com> ---
Interesting workaround for this -- WebKit interprets `transparent` as `rgba(0,0,0,0)`. If you set background-color to `rgba(255,255,255,0)` instead of `transparent`, results are as-expected.

-- 
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/20200625/9a421245/attachment-0001.htm>


More information about the webkit-unassigned mailing list