Closed
Bug 1444298
Opened 7 years ago
Closed 7 years ago
this.colorSelect is null errors in browser console
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1445171
People
(Reporter: birtles, Unassigned)
Details
Attachments
(1 file)
77.02 KB,
text/plain
|
Details |
Just cruising around DevTools today and then I opened the browser console and I see a bunch of errors like:
> TypeError: this.colorSelect is null
I've attached the full console output.
Comment 1•7 years ago
|
||
This is showing up in sentry's set of nightly error reports. Gabriel or Patrick, who owns this code and how is it prioritized? Does this need a github issue or something?
Flags: needinfo?(pbrosset)
Flags: needinfo?(gl)
Comment 2•7 years ago
|
||
This is a duplicate of bug 1445171, which I closed as WONTFIX because it is about a feature that is hidden and has never been enabled.
If you switch devtools.inspector.colorWidget.enabled to false, this will go away.
I want to remove the feature altogether because it's not used, not finished, and obviously causing confusion. I filed bug 1446316 for this, just waiting for Gabriel to chime in on it.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(pbrosset)
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Flags: needinfo?(gl)
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•