Closed
Bug 717189
Opened 13 years ago
Closed 13 years ago
Issue with label tag
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 213519
People
(Reporter: firefox, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0
Build ID: 20120104111456
Steps to reproduce:
I have this code:
<label><input type='radio' name='refil' value='automatic'/> Atomatic add: €<input type='text' name='refiladd' maxlength='4' size='5' /></label>
Actual results:
When clicking in the textbox it doesn't get focus.
Expected results:
When clicking in the textbox is should get the focus and the radio box should get checked. (As Google Chrome does)
Comment 1•13 years ago
|
||
Not a parser issue.
Component: HTML: Parser → DOM
QA Contact: parser → general
Comment 2•13 years ago
|
||
Please, have a look at bug 213519 to know more about this issue.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•