Closed
Bug 203438
Opened 22 years ago
Closed 21 years ago
form controls with a border defined inherit parent's background color (or are transparent)
Categories
(Camino Graveyard :: HTML Form Controls, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chris, Assigned: bryner)
References
()
Details
(Keywords: regression, testcase, top100)
Attachments
(1 file)
|
927 bytes,
text/html
|
Details |
[note: this is an offshoot of bug 197768 because I didn't want to morph it into
something that it wasn't initially (stuff other then inputs & only a this one
case outstanding)]
It appears that Camino (2003-04-25-05 and earlier trunk builds) has issues with
form controls with borders defined (a switch to non-native controls?) The most
obvious problem is the inheritance of the parent's background color (but not
text color). Or maybe it has no background and is transparant... can't really
tell but the effect its the same.
Possible resolutions:
* Ignore the style settings as is done with submit buttons
* Force a white background if one is not defined specifically for the form
control element.
(testcase in a second)
| Reporter | ||
Comment 1•22 years ago
|
||
testcase with an example input type="text" element and a textarea. testcase
works fine in similar mozilla trunk builds
Comment 2•22 years ago
|
||
For a real world site, check out http://www.ccs.com
There are two fields in the upper left hand corner that ask for login and password.
On every other browser, including Mozilla but not Camino the text-field
background is white. On Camino the text-field background is blue, which makes
the text field illegible.
I tested and this goes back to when Camino moved to the trunk
Comment 3•22 years ago
|
||
Real world exampel does show the incorrect behavior in 2003082402.
| Reporter | ||
Comment 4•22 years ago
|
||
can also see this at the top of the homepage for fox news
http://www.foxnews.com/
Top left corner under the logo theres a "Search" and a "Go" and an invisible
text field in there too
adding top100 keyword (site didn't make the 'list' but its the best keyword
given the visibility of the site)
Keywords: regression,
top100
Comment 5•21 years ago
|
||
i fixed this today, but the text field with the red bg stays red. i think this
is the behavior we want as it's intentional on the web page designers part.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•