UNCONFIRMED107295
form controls with background=white do not use white background
https://bugs.webkit.org/show_bug.cgi?id=107295
Summary form controls with background=white do not use white background
Matthew Woehlke
Reported 2013-01-18 09:32:10 PST
Created attachment 183484 [details] screenshot demonstrating problem A form control (at least input and select) with css background = white does not use a white background, but rather the default background color. This makes the text illegible (see ascreenshot) if the default background color is dark, and the CSS text color is also dark (e.g. black, which is the most commonly used with a white background). Either the CSS background color should be respected, or the foreground color should be similarly ignored. (Given that QtWebkit stops using styled controls for other background colors, I would actually have some preference for the latter, or to not use unstyled controls with custom background color.) Note: using qt-4.8.4-6.fc17.x86_64 and qtwebkit-2.2.2-1.fc17.x86_64; I have no idea what option of the available choices in this bugzilla that matches.
Attachments
screenshot demonstrating problem (166.00 KB, image/png)
2013-01-18 09:32 PST, Matthew Woehlke
no flags
Matthew Woehlke
Comment 1 2013-10-28 14:43:00 PDT
I should add that setting the background to white works *if there is a border specified*.
Note You need to log in before you can comment on or make changes to this bug.