Closed
Bug 29662
Opened 25 years ago
Closed 25 years ago
HTML labels don't pass all events correctly
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
People
(Reporter: pollmann, Assigned: pollmann)
References
()
Details
Clicking on, focusing, double clicking on a label should be exactly equivalent
to do the same action on the item the label is for. This is not the case.
In the above test case, clicking on a text field gives the text field focus.
You can type in it and see a cursor after it has been clicked. Clicking on the
label for the text field does not give the text field focus.
Also in the above test case, clicking on a radio button causes the button to
appear indented and a selection dot to be shown in the button. Clicking on the
label for the radio button, however, causes only the selection dot to appear but
does not cause the radio button to appear intented.
Comment 1•25 years ago
|
||
*** This bug has been marked as a duplicate of 28657 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•25 years ago
|
||
Thank you Antti.Nayha@nixu.fi! :)
You need to log in
before you can comment on or make changes to this bug.
Description
•