Open
Bug 1409906
Opened 8 years ago
Updated 2 years ago
JSON Viewer should default to light for invalid themes
Categories
(DevTools :: JSON Viewer, enhancement, P3)
DevTools
JSON Viewer
Tracking
(firefox57 fix-optional)
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: Oriol, Unassigned)
Details
Set devtools.theme="invalid" in about:config.
Load some JSON like data:application/json,123
The JSON Viewer looks wrong because there is no theme applied.
It should default to the light theme, just like the devtool toolbox does.
Updated•8 years ago
|
status-firefox57:
--- → fix-optional
Priority: -- → P3
Reporter | ||
Comment 1•8 years ago
|
||
I think add-ons can add new themes, so maybe it shouldn't be a hardcoded list. Could check
Cu.import("chrome://devtools-shim/content/DevToolsShim.jsm", {}).DevToolsShim._gDevTools._themes
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•