Closed
Bug 703039
Opened 14 years ago
Closed 13 years ago
Element scrolls out of view when opening the Style Inspector
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dangoor, Unassigned)
Details
(Whiteboard: [computedview][ruleview])
Right now, when you open element tools like the Style Inspector, the sidebar that opens causes the document width to change. This sometimes causes the element you're looking at to scroll out of view.
It would be nice if opening the sidebar didn't cause a reflow at all and just added a scrollbar. Barring that, scrolling the element back into view would at least be less jarring.
Comment 1•13 years ago
|
||
The problem with doing this is that this would mean that there always needs to be a horizontal scrollbar. If the content window already has a scrollbar it would be covered by the one created by the sidebar. We cannot make the content scrollbar wider because that would be covered by the sidebar.
OS: Mac OS X → All
Comment 2•13 years ago
|
||
WONTFIX?
Comment 3•13 years ago
|
||
Yes, I would say so.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Whiteboard: [computedview][ruleview]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•