Closed Bug 114847 Opened 23 years ago Closed 23 years ago

bad color (white fg on white bg) of text in textfields at http://www.uboot.com/at

Categories

(Core :: DOM: CSS Object Model, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 110567

People

(Reporter: walter.haidinger, Assigned: jst)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.6) Gecko/20011130 BuildID: 2001113013 Any text entered in a textfield at http://www.uboot.com/at is displayed as white text (foreground) on white background which is quite difficult to distinguish... :-( The data itself (i.e. the text typed into the form) is submitted, you just can't _see_ anything but the cursor moving. I've verfied this with Mozilla 0.9.6 under Linux (x86/SuSE-7.2/2.4.16) and unter WinNT4(SP6a). IMHO this may be a CSS color issue, perhaps not even a bug in Mozilla but errornous CSS code or bad browser sniffing at the website itself. However, other browsers have _no_ problem. I've successfully tested: * Netscape Communicator 4.79 (Linux-x86/SuSE 7.2 and WinNT4) * Opera 6.0 TP1 (Linux-x86/SuSE 7.2) * Internet Explorer 4 and 5.0 (WinNT4) Reproducible: Always Steps to Reproduce: 1. Go to http://www.uboot.com/at 2. enter some text in the nickname or password textfields Actual Results: white text on white background Expected Results: black text on white background The site (www.uboot.com/at) dynamically inserts CSS stylesheets using Javascript: ... if ((navigator.appVersion.indexOf("Mac") != -1) && (navigator.appVersion.indexOf("MSIE") == -1)) {document.write("<link rel=stylesheet href=\"/int/css/m.css\" type=\"text/css\">"); }else {document.write("<link rel=stylesheet href=\"/int/css/w.css\" type=\"text/css\">"); } ...
This is the same as bug 111613 and bug 110567 ... try a newer build and comment in 110567 if you still see this. Worksforme (black text) in linux 2001-12-10-09-trunk/mozilla-gcc30 *** This bug has been marked as a duplicate of 110567 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Verified as resolved (worksforme). See comment in 110567.
You need to log in before you can comment on or make changes to this bug.