Closed
Bug 159765
Opened 23 years ago
Closed 23 years ago
disabled radio button should indicate if checked
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 153177
People
(Reporter: nji, Assigned: alexsavulov)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
Disabled radio buttons, when checked, do not indicate that they are checked.
Instead, they appear just like an unchecked radio button.
http://njivy.org/mozilla-bug-01.html
Reproducible: Always
Steps to Reproduce:
1. visit http://njivy.org/mozilla-bug-01.html
Actual Results: checked and unchecked disabled radio buttons are indistinguishable
Expected Results: checked and unchecked disabled radio buttons should be
distinguishable
<form>
<input type="radio" name="test" value="yes" checked disabled> checked<br>
<input type="radio" name="test" value="yes" disabled> unchecked
</form>
Comment 1•23 years ago
|
||
wfm build 0000000000 redhat 7.3
Comment 2•23 years ago
|
||
WFM in 2002072204 PC/Win98
->Form submission
Assignee: attinasi → alexsavulov
Component: Layout → Form Submission
QA Contact: petersen → vladimire
Dup. This is fixed.
*** This bug has been marked as a duplicate of 153177 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•