Closed
Bug 275062
Opened 20 years ago
Closed 20 years ago
Clicking "Reassign bug..." radio buttion toggles "and confirm" checkbox above it
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 274456
People
(Reporter: uriber, Assigned: myk)
Details
Clicking the radio button labeled "Reassign bug to owner and QA contact of
selected component" toggles the state of the checkbox above it (labled "and
confirm bug (change status to NEW)").
This is due to an unclosed <label> tag:
<input type="checkbox" id="andconfirm"
name="andconfirm">
<label for="andconfirm"> <==== UNCLOSED
and confirm bug (change status to <b>NEW</b>)
<br>
<==== SHOULD BE CLOSED HERE
<input type="radio" id="knob-reassign-cmp" name="knob"
value="reassignbycomponent">
![]() |
||
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 274456 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
No longer blocks: bmo-regressions-0412
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•