Closed
Bug 2038749
Opened 19 days ago
Closed 1 day ago
Match sub-panes in search and attach the matches to their triggering button
Categories
(Firefox :: Settings UI, enhancement, P2)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: mstriemer, Assigned: mstriemer)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
(Whiteboard: [recomp])
Attachments
(1 file)
We have some sub-panes that are missing their search-l10n-ids for finding the content shown in the sub-pane. Rather than going through all of these pages and filling that out, we could do a general solution where we search the sub-pane elements but link the matches back to their host button that triggers the sub-pane
We can update sub-pane buttons to do something like data-opens-pane="subPaneId" and when we encounter a match we treat the match as if its from a search-l10n-ids
Updated•19 days ago
|
| Assignee | ||
Updated•17 days ago
|
Assignee: nobody → mstriemer
| Assignee | ||
Comment 2•11 days ago
|
||
When an element is marked with data-load-pane="paneFoo" (set with
loadPane: "foo" in the config) then that pane will be searched and the
element will be highlighted as a keyboard match based on matches in the
related pane (or any sub-panes of that pane).
Pushed by mstriemer@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/4d6cd03a62a1
https://hg.mozilla.org/integration/autoland/rev/6c243157c086
Automatically search sub-panes in Settings r=tgiles,thecount
Status: NEW → RESOLVED
Closed: 1 day ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•