Closed
Bug 1305051
Opened 8 years ago
Closed 8 years ago
Inspector tabs are right above the sidebar tabs in vertical layout
Categories
(DevTools :: Inspector, defect)
Tracking
(firefox49 unaffected, firefox50 unaffected, firefox51 unaffected, firefox52 fixed)
RESOLVED
DUPLICATE
of bug 1303732
Tracking | Status | |
---|---|---|
firefox49 | --- | unaffected |
firefox50 | --- | unaffected |
firefox51 | --- | unaffected |
firefox52 | --- | fixed |
People
(Reporter: phorea, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
28.45 KB,
image/png
|
Details |
[Affected versions]:
- Nightly 52.0a1 2016-09-22
[Affected platforms]:
- Win 10 64-bit, Ubuntu 16.04 64-bit, Mac OS X 10.11
[Steps to reproduce]:
1. Open Inspector on any page
2. Resize the browser window so that the Inspector switches to vertical layout
[Expected result]:
- In vertical layout, the tabs and the sidebar are easily distinguished
[Actual result]:
- There is no space between the two sections that are arranged vertically
[Regression range]:
- Regressed by bug 1262443.
Reporter | ||
Updated•8 years ago
|
QA Whiteboard: [qe-dthtml]
Updated•8 years ago
|
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: [devtools-html][triage] → [devtools-html]
status-firefox49:
--- → unaffected
status-firefox50:
--- → unaffected
Comment 1•8 years ago
|
||
This is most likely due to a missing min-height in inspector.css:
> #inspector-splitter-box .uncontrolled {
> min-width: 275px;
> }
Let's wait for the outcome of Bug 1303732 here.
Depends on: 1303732
Comment 2•8 years ago
|
||
Being fixed by Bug 1303732.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
No longer blocks: devtools-html-phase2
QA Whiteboard: [qe-dthtml]
Flags: qe-verify+
Priority: P2 → --
QA Contact: petruta.rasa
Whiteboard: [devtools-html]
Comment 3•8 years ago
|
||
fixed in 52 per bug 1303732
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•