Bug 13818

Summary: Can't see text in disabled <input> field with particular color/background-color
Product: WebKit Reporter: Sridhar Gurivireddy <just1gb>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: aroben, webkit
Priority: P2 Keywords: InRadar
Version: 523.x (Safari 3)   
Hardware: PC   
OS: OS X 10.4   
URL: http://just1gb.googlepages.com/input-disabled-color.html

Description Sridhar Gurivireddy 2007-05-22 11:23:56 PDT
When a <input> field is disabled and CSS color white is used for text with background color of "grey", text is not visible.

<input type=text style="color:white; background-color:darkgray" disabled value="The text in this disabled field should displayed as dimmed or grey" >

IE and Firefox render properly
Comment 1 Robert Blaut 2007-11-24 08:20:48 PST
I can confirm this bug on Webkit r27953 for Windows
Comment 2 Adam Roben (:aroben) 2007-11-24 10:45:09 PST
(In reply to comment #1)
> I can confirm this bug on Webkit r27953 for Windows

The issue on Windows is bug 16057.

Comment 3 Robert Blaut 2008-02-01 13:04:36 PST
I can confirm this bug on Leopard using the latest nightly.
Comment 4 Adam Roben (:aroben) 2008-02-01 13:21:27 PST
<rdar://problem/5720363>
Comment 5 Adam Roben (:aroben) 2011-08-29 06:49:14 PDT
Seems this works properly these days.