[Webkit-unassigned] [Bug 65361] background color affects the font color in disabled textarea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 28 09:41:18 PDT 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #109005|review?                     |review-
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2011-09-28 09:41:18 PST ---
(From update of attachment 109005)
View in context: https://bugs.webkit.org/attachment.cgi?id=109005&action=review

Checking specifically for the Color::transparent value is not right. The right way to check that something is transparent is to check its alpha channel only, not to explicitly check for a particular RGB as well as alpha. We could have a minimum alpha value. It's a good insight, though, that difference from white is meaningless for a transparent or mostly transparent color.

To refine the rule, I’m not sure if simply using lightening unconditionally is the right way to handle a transparent or translucent background color. It seems we’d want to figure out the likely color from behind the text to have a good chance of getting the behavior right.

> Source/WebCore/ChangeLog:10
> +        No new tests. (OOPS!)

Bug fixes need to come with test cases. That includes this one.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list