Closed
Bug 1901264
Opened 4 months ago
Closed 4 months ago
Ensure Settings search works with moz-checkbox and moz-radio-group
Categories
(Firefox :: Settings UI, task, P1)
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: mstriemer, Assigned: hjones)
References
Details
(Whiteboard: [recomp])
Attachments
(1 file)
The search feature only searches within nodes that it expects to have settings content within them. This will now include moz-checkbox, moz-radio-group and moz-radio.
Updated•4 months ago
|
Updated•4 months ago
|
Assignee: nobody → hjones
Comment 1•4 months ago
|
||
This would be S2 if we shipped any of these as yet, but AIUI that hasn't happened yet? If I'm misunderstanding then we can upgrade. :-)
(P1 as there's an assignee - thanks Hanna!)
Severity: -- → S3
Priority: -- → P1
Updated•4 months ago
|
OS: Unspecified → All
Hardware: Unspecified → Desktop
Assignee | ||
Comment 2•4 months ago
|
||
This patch:
- adds some simple logic to settins search that should prevent us from having to manually allow searching in every moz- prefixed custom element
- cleans up the existing settings search logic slightly for improved readability
- expands the tests to check searching for text in the shadow DOM of additional moz- prefixed custom elements
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/68ddeed4435e
update settings search to work for all moz- prefixed custom elements r=reusable-components-reviewers,settings-reviewers,mstriemer
Comment 4•4 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•