Closed Bug 1529865 Opened 5 years ago Closed 4 years ago

Browser Console does not report Chrome CSS errors when the CSS filter is active when opening

Categories

(DevTools :: Console, defect, P2)

defect

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 {

  1. Start firefox with the browser console open, and the CSS filter on: ./mach run --jsconsole --setpref devtools.browserconsole.filter.css=true
  2. 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.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.