Closed
Bug 1233367
Opened 9 years ago
Closed 9 years ago
Right-border of current time label has wrong color with the dark-theme
Categories
(DevTools :: Inspector: Animations, defect)
DevTools
Inspector: Animations
Tracking
(firefox46 verified)
VERIFIED
FIXED
Firefox 46
Tracking | Status | |
---|---|---|
firefox46 | --- | verified |
People
(Reporter: pbro, Assigned: bmanojkumar24, Mentored)
References
Details
(Whiteboard: [good first bug][lang=css][difficulty=easy])
Attachments
(2 files)
4.96 KB,
image/png
|
Details | |
2.16 KB,
patch
|
pbro
:
review+
|
Details | Diff | Splinter Review |
STR:
- Open the inspector on about:home
- Make sure you use the dark theme (in the devtools options panel, switch to it if necessary)
- Switch to the animation-inspector sidebar panel
- Hover over any of the buttons at the bottom of the page to trigger animations
==> The color of the last border in the toolbar that contains the rewind/pause/rate/time buttons/labels is wrong (see attachment).
To fix this, I believe we should:
- add the class devtools-toolbarbutton to the #timeline-current-time element in devtools\client\animationinspector\animation-inspector.xhtml
- remove the hard-coded border color: border-color: rgba(170, 170, 170, .5);
in the #global-toolbar .label, #timeline-toolbar .label rule in devtools\client\themes\animationinspector.css
Assignee | ||
Comment 1•9 years ago
|
||
Hi, can you assign the bug to me. I like to work on it.Thanks :)
Assignee | ||
Comment 2•9 years ago
|
||
Hi, can you please review my patch.Thanks :)
Attachment #8699879 -
Flags: review?(pbrosset)
Reporter | ||
Comment 3•9 years ago
|
||
Thanks for working on this. Assigning the bug to you now. I'll test this now and review the changes.
Assignee: nobody → bmanojkumar24
Status: NEW → ASSIGNED
Reporter | ||
Comment 4•9 years ago
|
||
Comment on attachment 8699879 [details] [diff] [review]
1233367.patch
Review of attachment 8699879 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me thanks!
Attachment #8699879 -
Flags: review?(pbrosset) → review+
Reporter | ||
Comment 5•9 years ago
|
||
Will push this to fx-team since this does not require a try build first.
Comment 7•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
Comment 8•9 years ago
|
||
I have reproduced this bug on Nightly 46.0a1 (2015-12-17) on ubuntu 14.04 LTS, 32 bit!
The bug's fix is now verified on Latest Nightly 46.0a1!
Build ID: 20160105030211
User Agent: Mozilla/5.0 (X11; Linux i686; rv:46.0) Gecko/20100101 Firefox/46.0
QA Whiteboard: [bugday-20160106]
Comment 9•9 years ago
|
||
Reproduced the bug in firefox nightly 46.0a1 (2015-12-17) with windows 10 (64 bit)
Verified as fixed with latest firefox nightly 46.0a1 (Build ID: 20160112030227)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0
As it is also verified on Linux (Comment 8), Marking it as verified!
Status: RESOLVED → VERIFIED
QA Whiteboard: [bugday-20160106] → [bugday-20160106] [bugday-20160113]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•