Jumping from the inspector to style editor doesn't scroll the selected list item into view
Categories
(DevTools :: Style Editor, defect, P3)
Tracking
(Not tracked)
People
(Reporter: nchevobbe, Unassigned)
Details
Steps to reproduce
- Open the browser toolbox
- In the rule view, click on the
browser.csslink
Expected results
The styleeditor is displayed and the item list is visible
Actual reEsults
The styleeditor is displayed, the stylesheet is visible, but item list is not visible, which makes you wonder if the "right" stylesheet was selected (or at least, it makes you think a bit more than you should :) )
Not sure how we'll tackle this one, especially if the styleeditor wasn't loaded yet, as items can be appended in the list before/after the selected one
| Reporter | ||
Updated•3 years ago
|
| Reporter | ||
Comment 1•3 years ago
|
||
kind of related, I was wondering if we could have a status bar like we have in the debugger, with the path of the stylesheet and maybe move some off the information/buttons that we put in the list at the moment (enable/disable, save , number of rules, is it sourcemapped/link to original file)
this would allow us to streamline items in the sidebar list (and prepare for having a tree ?)
Description
•