Closed Bug 684352 Opened 13 years ago Closed 9 years ago

[highlighter] [breadcrumb] Make sure immediate neighbors are visible

Categories

(DevTools :: Inspector, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: paul, Unassigned)

References

Details

In the current implementation (bug 672006), we make sure that the selected node is visible in the scrollbox. It may be better for the user the be able to see the immediate neighbors as well (buttons before and after the selected one).

A naive way to do this would be to use ensureElementIsVisible on the next neighbor, and then on the previous one. But it would involve a setTimeout().

http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/scrollbox.xml#197

The best way is probably to hack the current implementation of arrowscrollbox to add a ensureElementsAreVisible method.
Depends on: 672006
We're doing developer tool prioritization, filter on 'brontozaur'
to ignore the spam.
Priority: -- → P2
Blocks: 708257
triage, filter on centaur
Priority: P2 → P3
Component: Developer Tools → Developer Tools: Inspector
QA Contact: developer.tools → developer.tools.inspector
Bug triage, filter on PINKISBEAUTIFUL
Priority: P3 → --
5 years old bug, low priority. Closing now.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.