Closed
Bug 1320304
Opened 8 years ago
Closed 8 years ago
Firebug theme - Wrong height of Inspector side panel tabs
Categories
(DevTools :: General, defect, P2)
DevTools
General
Tracking
(firefox53 fixed)
RESOLVED
FIXED
Firefox 53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: Honza, Assigned: ruturaj, Mentored)
Details
(Keywords: good-first-bug)
Attachments
(3 files, 1 obsolete file)
Side panel tabs are having wrong height in Firebug theme. See the attached screenshot.
Honza
Reporter | ||
Comment 1•8 years ago
|
||
A few comments.
General styles for the tab control are here:
https://dxr.mozilla.org/mozilla-central/source/devtools/client/shared/components/tabs/tabs.css
Styles for the tabbar (build on top of tabs) are here:
https://dxr.mozilla.org/mozilla-central/source/devtools/client/shared/components/tabs/tabbar.css
Styles specific to the Inspector panel are here:
https://dxr.mozilla.org/mozilla-central/source/devtools/client/themes/inspector.css
We need to figure out what is the best place for the fix (depending how generic is it).
Honza
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ruturaj
Assignee | ||
Comment 2•8 years ago
|
||
In linux atleast this small change works like a charm.
Attachment #8814645 -
Flags: review?(odvarko)
Assignee | ||
Comment 3•8 years ago
|
||
Firebug theme:
- fixed inspector side panel tab height
- fixed network monitor side panel tab height
Attachment #8814645 -
Attachment is obsolete: true
Attachment #8814645 -
Flags: review?(odvarko)
Attachment #8815610 -
Flags: review?(odvarko)
Assignee | ||
Comment 4•8 years ago
|
||
Tab heights in inspector and network monitor sidebar - before and after fix (Linux)
Reporter | ||
Comment 5•8 years ago
|
||
Comment on attachment 8815610 [details] [diff] [review]
fix-1320304-2.patch
Review of attachment 8815610 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me, thanks for working on this!
Hozna
Attachment #8815610 -
Flags: review?(odvarko) → review+
Assignee | ||
Comment 6•8 years ago
|
||
Hey Honza,
Is "checkin-needed" keyword applicable now ?
Flags: needinfo?(odvarko)
Reporter | ||
Comment 7•8 years ago
|
||
(In reply to Ruturaj Vartak from comment #6)
> Hey Honza,
> Is "checkin-needed" keyword applicable now ?
Yes
Honza
Flags: needinfo?(odvarko)
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0c212b76bca6
Firebug theme - Wrong height of Inspector, Network side panel tabs. r=Honza
Keywords: checkin-needed
Comment 9•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Comment 10•8 years ago
|
||
I have reproduced this bug with Nightly 53.0a1 (2016-11-25) (64-bit) on windows 7 , 64 Bit !
This bug's fix is verified with latest Nightly
Build ID 20161210030206
User Agent Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0
[bugday-20161207]
Updated•8 years ago
|
QA Whiteboard: [good first verify]
Comment 11•8 years ago
|
||
I have reproduced this bug with Nightly 53.0a1 (2016-11-25) (64-bit) on Ubuntu 16.04
The bug's fix is now verified on latest Nightly 55.0a1.
Nightly 55.0a1:
Build ID 20170420100256
User Agent Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0
[testday: 20170421]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•