Closed
Bug 1501909
Opened 6 years ago
Closed 6 years ago
JSON viewer color update 65.0a1, feature or bug?
Categories
(DevTools :: JSON Viewer, defect, P2)
Tracking
(firefox-esr60 unaffected, firefox63 unaffected, firefox64 unaffected, firefox65 fixed)
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | unaffected |
firefox65 | --- | fixed |
People
(Reporter: FansubTH.001, Assigned: davidwalsh)
References
Details
(Keywords: regression)
Attachments
(1 file)
32.51 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
Steps to reproduce:
Open the JSON file
Actual results:
All text color blue it's hard to read, not the same as the previous version.
See image the text "th" should be purple color > https://imgur.com/a/J1Vgf9e
Expected results:
See image the text "th" should be a purple color like the previous version. > https://imgur.com/a/J1Vgf9e
Comment 1•6 years ago
|
||
most likely caused by bug 1494789
1:49.80 INFO: Last good revision: 6e96c7ec0d1187c1b488dd4ba645df9cfd68ec16
1:49.80 INFO: First bad revision: eea979fe8a920693df4859d22fad5c8098a57569
1:49.80 INFO: Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=6e96c7ec0d1187c1b488dd4ba645df9cfd68ec16&tochange=eea979fe8a920693df4859d22fad5c8098a57569
Status: UNCONFIRMED → NEW
Component: Untriaged → JSON Viewer
Depends on: 1494789
Ever confirmed: true
Flags: needinfo?(comecloserandsee)
Keywords: regression
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
Thanks! I'll work on this over the weekend.
Flags: needinfo?(comecloserandsee)
Comment 3•6 years ago
|
||
(In reply to Kristin Taylor [:kristin] from comment #2)
> Thanks! I'll work on this over the weekend.
You used var(--error-color) in reps.css, but --error-color is defined in webconsole.css
The JSON Viewer is a consumer of reps.css but not webconsole.css
Comment 4•6 years ago
|
||
(In reply to Kristin Taylor [:kristin] from comment #2)
> Thanks! I'll work on this over the weekend.
Thanks, assigned to you
Honza
Assignee: nobody → comecloserandsee
Status: NEW → ASSIGNED
Priority: -- → P2
Comment 5•6 years ago
|
||
I think it was accidentally fixed by Bug 1502224. Text is back to purple for me now on 65.0a1 (2018-10-30).
FansubTH.001 , could you confirm this?
Flags: needinfo?(FansubTH.001)
Comment 6•6 years ago
|
||
I can confirm that this seems to be fixed in the latest nightly
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Flags: needinfo?(FansubTH.001)
Resolution: --- → FIXED
Updated•6 years ago
|
Assignee: comecloserandsee → dwalsh
Blocks: 1494789
status-firefox63:
--- → unaffected
status-firefox64:
--- → unaffected
status-firefox65:
--- → fixed
status-firefox-esr60:
--- → unaffected
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•