Closed
Bug 1279454
Opened 9 years ago
Closed 8 years ago
Fix position of vertical scrollbar in devtools DOM
Categories
(DevTools :: DOM, defect, P1)
DevTools
DOM
Tracking
(firefox48 affected, firefox49 affected, firefox50 affected, firefox52 verified)
VERIFIED
FIXED
Firefox 52
People
(Reporter: magicp.jp, Assigned: Honza)
References
Details
Attachments
(2 files)
11.38 KB,
image/png
|
Details | |
2.58 KB,
patch
|
ntim
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20160609130607
Steps to reproduce:
1. Start Nightly
2. Open devtools > DOM
Actual results:
Vertical scrollbar overlaps on toolbar. The searchbox will be moved (not fixed in place) if no result.
Expected results:
Vertical scrollbar should not overlap on toolbar.
Has STR: --- → yes
status-firefox48:
--- → affected
status-firefox49:
--- → affected
status-firefox50:
--- → affected
Component: Untriaged → Developer Tools: DOM
OS: Unspecified → All
Hardware: Unspecified → All
Assignee | ||
Comment 1•8 years ago
|
||
Fixing vertical scrollbar position.
Honza
Assignee | ||
Updated•8 years ago
|
Priority: -- → P1
Comment 2•8 years ago
|
||
Comment on attachment 8798845 [details] [diff] [review]
bug1279454.patch
Review of attachment 8798845 [details] [diff] [review]:
-----------------------------------------------------------------
Works fine for me locally!
::: devtools/client/dom/content/dom-view.css
@@ +18,5 @@
> + height: 100vh;
> +}
> +
> +.mainFrame > .treeTableBox {
> + flex: 1 1 auto;
nit: Use flex-grow: 1;
Attachment #8798845 -
Flags: review?(ntim.bugs) → review+
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/fx-team/rev/ea311deedce9
Fix position of vertical scrollbar in devtools DOM; r=ntim
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Comment 6•8 years ago
|
||
Fixed for me in Nightly 2016-10-10. Thank you, Honza!
Sebastian
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•