Closed
Bug 145131
Opened 23 years ago
Closed 23 years ago
Radio Buttons cannot be used on pages with black backgrounds
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
People
(Reporter: attinasi, Assigned: john)
References
()
Details
I went to the netscape page to cast my vote for Ross and Rachel to get married,
Alex said I should be sure to vote on this important issue, but I cannot use the
voting form because I cannot tell which radio button is checked!
I looked with IE and they use white backgrounds for their radio buttons, so I
can tell (at least I was able to cast my important vote using IE).
Please fix this so I can use Mozilla to vote when they have a poll for which is
better, Simpsons or South Park...
Reporter | ||
Comment 1•23 years ago
|
||
Maybe John can help fix this critical bug...
Assignee: rods → jkeiser
Summary: Radio Buttons cannot be used on pages with black backgrounds → Radio Buttons cannot be used on pages with black backgrounds
Comment 2•23 years ago
|
||
So.. the problem is not the _page_ background. The problem is the following
style rule:
.pollbg { background-color: black }
The radio buttons are <input class="pollbg" type="radio">. The site has just
commited the cardinal sin of web design -- setting a background color on
something and not setting to foreground color.
I suppose we could completely disable the application of background styles to
radio buttons....but then we need to disable the setting of foreground color as
well...
What does IE do? How does it render:
<input type="radio" style="color: red; background: yellow">
?
OS: Windows 2000 → All
Hardware: PC → All
Assignee | ||
Comment 4•23 years ago
|
||
*** This bug has been marked as a duplicate of 79719 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 5•23 years ago
|
||
So, should Rachel and Ross get married?
Comment 6•23 years ago
|
||
Dude,... see, i cannot tell yet... man i thought about this day and night, is
like an obsession... helpwanted.
Comment 7•23 years ago
|
||
I really think they should! anyway, verified duplicate
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•