Closed
Bug 1034839
Opened 10 years ago
Closed 10 years ago
Inputs wrapped inside a table which is further inside a label causes to set focus to first input on click any other input
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 213519
People
(Reporter: meetjasir, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36
Steps to reproduce:
I created an html page with a table inside a label. The table contains one input each in each cell.
<label>
<table>
<tr>
<td><input type="text" /></td>
<td><input type="text" /></td>
<td><input type="text" /></td>
</tr>
</table>
</label>
And i clicked in each input with mouse.
Actual results:
On clicking the inputs with mouse, the focus goes all the way back to the first input in table. From the console, it is clear that a reflow is occuring when i click the input with a mouse.
Expected results:
It should have focused correctly as all other browsers do
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•