Closed
Bug 1486787
Opened 6 years ago
Closed 6 years ago
[remote-dbg-next] Use links for sidebar items
Categories
(DevTools :: about:debugging, enhancement, P1)
DevTools
about:debugging
Tracking
(firefox65 fixed)
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jdescottes, Assigned: ladybenko)
References
Details
Attachments
(1 file)
From review of Bug 1482868. Ideally, our selectable sidebar items should be links (<a>) that, when clicked, trigger a navigation which is intercepted by a router.
The router should be implemented in Bug 1479746
Reporter | ||
Updated•6 years ago
|
Severity: normal → enhancement
Priority: -- → P3
Updated•6 years ago
|
Priority: P3 → P2
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → balbeza
Status: NEW → ASSIGNED
Priority: P2 → P1
Assignee | ||
Comment 1•6 years ago
|
||
Selectable items now are wrapped into a `<a>` tag. Also made `SidebarItem`'s `onSelect` prop non mandatory if `selectable` is `false`.
Pushed by balbeza@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/31110d0d110a
Use links in sidebar items. r=jdescottes,daisuke
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•