Closed
Bug 1360458
Opened 8 years ago
Closed 8 years ago
Status bar no longer has top border
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(firefox55 verified)
VERIFIED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox55 | --- | verified |
People
(Reporter: ntim, Assigned: Honza)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
Bug 1349173 changed the status bar class from devtools-toolbar-bottom to devtools-status-bottom
Assignee | ||
Updated•8 years ago
|
Keywords: good-first-bug
Priority: -- → P3
Comment 1•8 years ago
|
||
I am have been poking around the code for a while and would like to jump in. Can I work on this issue?
Assignee | ||
Comment 2•8 years ago
|
||
(In reply to Sharath Narayan from comment #1)
> I am have been poking around the code for a while and would like to jump in.
> Can I work on this issue?
Excellent, assigned to you!
Here is the StatusBar component with the new `devtools-status-bottom` CSS class.
http://searchfox.org/mozilla-central/rev/3dc6ceb42746ab40f1441e1e659ffb8f62ae78e3/devtools/client/netmonitor/src/components/status-bar.js#43
The previous `devtools-toolbar-bottom` CSS class is here:
http://searchfox.org/mozilla-central/rev/3dc6ceb42746ab40f1441e1e659ffb8f62ae78e3/devtools/client/themes/toolbars.css#77
I don't see the `devtools-toolbar-bottom` used anywhere, so it looks safe to just rename it to `devtools-status-bottom`
Honza
Assignee: nobody → phsharathnarayan
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•8 years ago
|
||
I would prefer we do this the opposite way round:
Rename devtools-status-bottom to devtools-toolbar-bottom in status-bar.js since this class is aimed to be generic.
Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #3)
> I would prefer we do this the opposite way round:
>
> Rename devtools-status-bottom to devtools-toolbar-bottom in status-bar.js
> since this class is aimed to be generic.
ok, works for me.
Honza
Reporter | ||
Updated•8 years ago
|
Assignee: phsharathnarayan → nobody
Status: ASSIGNED → NEW
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → odvarko
Status: NEW → ASSIGNED
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8870445 [details]
Bug 1360458 - Fix status-bar top border;
https://reviewboard.mozilla.org/r/141886/#review146308
`devtools-status-bottom` class seems not exist now, nice catch!
Attachment #8870445 -
Flags: review?(gasolin) → review+
Pushed by jodvarko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2bc06830ba0b
Fix status-bar top border; r=gasolin
Comment 8•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
I have reproduce this bug with Nightly 55.0a1 (2017-04-28) on Ubuntu 16.04 (64 Bit).
This bug's fix is verified on Latest Beta 55.0b5 .
Build ID : 20170626235638
User Agent : Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0
QA Whiteboard: [bugday-20170628]
Comment 11•8 years ago
|
||
I have successfully reproduced this bug with Nightly 55.0a1 (2017-04-28) (32-bit) on windows 10(32bit)
this bug is verified fix with latest beta 55.0b5 (32-bit)
Build ID: 20170626165718
Mozilla/5.0 (Windows NT 10.0; rv:55.0) Gecko/20100101 Firefox/55.0
[bugday-20170628]
Comment 12•8 years ago
|
||
As per Comment 10 and Comment 11, I am marking this bug as verified fixed.
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
•