Closed
Bug 207194
Opened 22 years ago
Closed 22 years ago
readonly checkboxes can still be modified
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
People
(Reporter: berend, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507
According to the specs (html 4.01, 17.12.2):
When set for a form control, this boolean attribute prohibits changes to
the control.
...
The following elements support the readonly attribute: INPUT and TEXTAREA.
Reproducible: Always
Steps to Reproduce:
1. Load checkbox.html
2. Click on the checkboxes.
Actual Results:
Only disabled checkbox cannot be changed.
Expected Results:
Readonly checkboxes should not be modifiable.
Workaround: make the checkbox disabled.
But it still violates the specs.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Reporter | ||
Updated•22 years ago
|
Attachment #124252 -
Attachment is obsolete: true
Comment 3•22 years ago
|
||
.
Assignee: dveditz → form
Component: Form Manager → Layout: Form Controls
QA Contact: tpreston → desale
Comment 4•22 years ago
|
||
*** This bug has been marked as a duplicate of 88512 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•