Closed
Bug 875350
Opened 12 years ago
Closed 12 years ago
Enclosing two SELECTs in a LABEL causes both SELECTs to respond to the 2nd SELECTs click
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 229925
People
(Reporter: jake.jester, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31
Steps to reproduce:
Consider
<label>
<select><option>x</option><option>y</option></select>
<select><option>x</option><option>y</option></select>
</label>
Actual results:
Hovering or clicking the second SELECT activates the click | hover for the first select as well as the second.
Expected results:
Each select should operate independently.
It is logically possible that a label applies to a set of controls as opposed to a single control. Consider:
Sort By: SELECT_Field SELECT_asc_desc
Sort by is the label for both of these controls. Sort by a field, and sort in a specific direction.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•