Closed
Bug 234187
Opened 21 years ago
Closed 21 years ago
input type="checkbox" styled with padding: 3px causes input to be unusable
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 101320
People
(Reporter: rich, Unassigned)
References
()
Details
User-Agent:
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031215 Firebird/0.7
http://www.annexia.org/tmp/checkbox-without-padding.html
http://www.annexia.org/tmp/checkbox-with-padding.html
The second URL displays a checkbox which cannot be checked (it is actually
checked, invisibly). The only difference between these two pages is the second
has this stylesheet:
input { padding: 3px }
Reproducible: Always
Steps to Reproduce:
1. Visit: http://www.annexia.org/tmp/checkbox-with-padding.html
2. Try clicking on the checkbox.
Actual Results:
Checkbox becomes checked invisibly.
Expected Results:
Acted like this instead: http://www.annexia.org/tmp/checkbox-without-padding.html
Comment 1•21 years ago
|
||
WFM with Mozilla 2004020808
You should upgrade to 0.8 and test again.
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 101320 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•