Cannot click on label next to radio input to select the radio input option
Categories
(Toolkit :: Preferences, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | verified |
People
(Reporter: robwu, Assigned: Paolo)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
STR:
-
Visit the new HTML-based
about:config
-
Type any non-existent pref e.g.,
non-existent-pref
-
The following will be rendered:
non-existent-pref o Boolean o Number o String [Add]
-
Click on the "Number" text label.
Expected:
- The radio input before "Number" should be selected.
Actual:
- Nothing happens. To select the desired type I now need to aim my mouse pointer at the radio box and click there.
This is easy to fix, just create a <label>
element, and append the input+span to that element instead of form
, and then append that label to the form at https://searchfox.org/mozilla-central/rev/4587d146681b16ff9878a6fdcba53b04f76abe1d/browser/components/aboutconfig/content/aboutconfig.js#229,232
Assignee | ||
Updated•6 years ago
|
Comment 1•5 years ago
|
||
This just bit me... I actually clicked several times because I was so incredulous it didn't work. We shouldn't ship without fixing trivial stuff like this.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
I'm reopening this bug because the solution described in comment 0 was the correct one, while the implementation in bug 1576943 uses an ID which breaks the case of multiple forms shown on the page. I'll write a patch to fix this.
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Confirmed issue with 67.0a1 (2019-02-26) on Widnows 10.
Verified fix with 71.0b5 on Windows 10, Ubuntu 18.04, 71.0b3 on macOS 10.14.
Description
•