Closed Bug 1279454 Opened 8 years ago Closed 8 years ago

Fix position of vertical scrollbar in devtools DOM

Categories

(DevTools :: DOM, defect, P1)

defect

Tracking

(firefox48 affected, firefox49 affected, firefox50 affected, firefox52 verified)

VERIFIED FIXED
Firefox 52
Tracking Status
firefox48 --- affected
firefox49 --- affected
firefox50 --- affected
firefox52 --- verified

People

(Reporter: magicp.jp, Assigned: Honza)

References

Details

Attachments

(2 files)

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
Component: Untriaged → Developer Tools: DOM
OS: Unspecified → All
Hardware: Unspecified → All
Attached patch bug1279454.patchSplinter Review
Fixing vertical scrollbar position.

Honza
Assignee: nobody → odvarko
Status: NEW → ASSIGNED
Attachment #8798845 - Flags: review?(ntim.bugs)
Priority: -- → P1
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
https://hg.mozilla.org/mozilla-central/rev/ea311deedce9
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Fixed for me in Nightly 2016-10-10. Thank you, Honza!

Sebastian
Status: RESOLVED → VERIFIED
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: