Closed
Bug 781115
Opened 13 years ago
Closed 13 years ago
When two <input> are surrounded on the <label>, the cursor shifts
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 213519
People
(Reporter: p2020640, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
54 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.6) Gecko/20100101 Firefox/10.0.6
Build ID: 20120713125334
Steps to reproduce:
Example code:
<label><input type="radio"><input type="text"></label>
1.Open example code
2. Single-click text input
Actual results:
The cursor moves to the left of the radio buttons, you can not edit the text.
If you double-click can be edited.
Expected results:
It can edit, if a text is single-clicked.
Comment 1•13 years ago
|
||
I have uploaded an HTML file containing the code, to make this quicker for people working on this bug.
Comment 2•13 years ago
|
||
Attachment #650003 -
Attachment is obsolete: true
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Attachment #650003 -
Attachment mime type: text/plain → text/html
Attachment #650004 -
Attachment mime type: text/plain → text/html
You need to log in
before you can comment on or make changes to this bug.
Description
•