Closed
Bug 1529865
Opened 6 years ago
Closed 5 years ago
Browser Console does not report Chrome CSS errors when the CSS filter is active when opening
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nchevobbe, Unassigned)
References
Details
Steps to reproduce
With the following patch applied to the source:
diff --git a/devtools/client/themes/webconsole.css b/devtools/client/themes/webconsole.css
--- a/devtools/client/themes/webconsole.css
+++ b/devtools/client/themes/webconsole.css
@@ -15,6 +15,7 @@
/* Icons perfectly centered in the left gutter "feel" closer to the window
* edge than to message text. This value pushes them slightly to the right. */
--console-icon-horizontal-offset: 1px;
+ cursor: pointerrrrrrr;
}
.theme-dark {
- Start firefox with the browser console open, and the
CSS
filter on:./mach run --jsconsole --setpref devtools.browserconsole.filter.css=true
- Open the webconsole in the main window
Expected results
There's a CSS warning about invalid cursor
declaration.
Actual results
There's no CSS warnings. Flipping the CSS button off and on again does make the message appear.
This only happens in the Browser Console.
Reporter | ||
Comment 1•5 years ago
|
||
works now. Maybe because of https://bugzilla.mozilla.org/show_bug.cgi?id=1613047
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•