Open
Bug 619556
Opened 15 years ago
Updated 12 years ago
Unclickable space between radio buttons and their labels
Categories
(Bugzilla :: Attachments & Requests, defect, P4)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
()
Details
On https://bugzilla.mozilla.org/attachment.cgi?bugid=619529&action=enter:
<input type="radio" id="list"
name="contenttypemethod" value="list">
<label for="list">select from list</label>:
This creates an unclickable space between the radio button and the label. Should wrap the radio button inside the <label>, or at least put the space inside the <label>.
Updated•15 years ago
|
Severity: minor → trivial
Priority: -- → P4
Comment 1•15 years ago
|
||
Personally, this is wontfix. We are not going to fix every single space in templates because someone is crazy enough to click on a space to give the focus to a form. If priority P7 existed, I would use it.
| Reporter | ||
Comment 2•15 years ago
|
||
There's nothing "crazy" about expecting clickable areas to be contiguous. For someone who initially aims for the radio button, this is actually a pretty big fitts' law violation.
You need to log in
before you can comment on or make changes to this bug.
Description
•