Closed
Bug 6511
Opened 25 years ago
Closed 25 years ago
label on <checkbox/>
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: alistair.vining, Assigned: mikepinkerton)
References
Details
It seems that in a .xul file:
<html:label><html:input type="checkbox" name="check1"
checked="checked"/>checkbox 1</html:label>
works, but
<html:label><checkbox/>Dual state</html:label>
doesn't. Is this a deliberate decision? The advantage of the first syntax was
that clicking on the label selcted the checkbox.
Updated•25 years ago
|
Assignee: trudelle → pinkerton
Comment 1•25 years ago
|
||
reassigning to pinkerton
Comment 2•25 years ago
|
||
reassigning to pinkerton
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•25 years ago
|
||
i'll take a look. not sure what could be different. marking assigned.
Assignee | ||
Comment 4•25 years ago
|
||
labels only know about things inside them that are nsIFormControlFrames. the xul
checkbox is currently not one of these. Not sure how to get around this since I
don't want to make it an nsIFormControlFrame.
Assignee | ||
Comment 5•25 years ago
|
||
ccing hyatt, as promised.
the more we talk about this, the uglier it gets.
Assignee | ||
Comment 7•25 years ago
|
||
this should go away when we merge with the html checkbox
Assignee | ||
Updated•25 years ago
|
Target Milestone: M9
Assignee | ||
Comment 8•25 years ago
|
||
7546 is targeted for m8, so targeting this for m9.
Assignee | ||
Comment 9•25 years ago
|
||
moving to M10 because i have no idea when the dependant bug will get fixed.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•25 years ago
|
||
<checkbox> no longer exists. use <html:input> for tri-state checkboxes, where it
works inside of a label.
Comment 11•25 years ago
|
||
code level fix, marking verified. reopen if i'm wrong here...
You need to log in
before you can comment on or make changes to this bug.
Description
•