Open
Bug 1495252
Opened 5 years ago
Updated 6 months ago
Remove unused [group] support from <radio> and <radiogroup>
Categories
(Toolkit :: XUL Widgets, task, P5)
Toolkit
XUL Widgets
Tracking
()
NEW
People
(Reporter: bgrins, Unassigned)
References
Details
There's a case we handle where a radiogroup has no children, then we look for radio elements in the DOM with the group attribute set to that radiogroup ID, but that doesn't appear to ever be used outside of tests - https://searchfox.org/mozilla-central/rev/819cd31a93fd50b7167979607371878c4d6f18e8/toolkit/content/widgets/radio.xml#256-264 - https://searchfox.org/mozilla-central/rev/819cd31a93fd50b7167979607371878c4d6f18e8/toolkit/content/widgets/radio.xml#449-460 I think this'd let us simplify radio.control to do basically: `return this.closest("radiogroup")`
Updated•5 years ago
|
Priority: -- → P5
Updated•4 years ago
|
Type: enhancement → task
Reporter | ||
Updated•4 years ago
|
No longer blocks: war-on-xbl
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•