Bug 114499 - Text in input field is not visable it the color is close to white
Summary: Text in input field is not visable it the color is close to white
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-12 03:25 PDT by Bobber
Modified: 2013-04-15 03:17 PDT (History)
1 user (show)

See Also:


Attachments
test page (685 bytes, text/html)
2013-04-12 03:27 PDT, Bobber
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bobber 2013-04-12 03:25:59 PDT
Please open attached test page with QtTestBrowser.exe on Window.

If I specify input field color as <input value="bug" style="color:#EEEEEE;"  />, I will see nothing. I can see correct text while specify input field color as <input value="bug" style="color:#646464;"  />.

The issue happens to both QtWebkit 2.3 and Qt5 on Windows. Mac doesn't have the issue.
Comment 1 Bobber 2013-04-12 03:27:03 PDT
Created attachment 197740 [details]
test page
Comment 2 Pierre Rossi 2013-04-15 02:38:36 PDT
Unless I misunderstood the problem, it seems to me that it'll be the same problem on all ports and browsers, there's not much we can do about poor web design choices.
Comment 3 Bobber 2013-04-15 03:17:42 PDT
Qt 4.8/QtWebkit 2.2 doesn't have the issue.