CSS rules section of developer tools appears empty
Categories
(DevTools :: Inspector: Rules, defect, P2)
Tracking
(Not tracked)
People
(Reporter: massimo.cassandro, Unassigned)
References
Details
(Whiteboard: [dt-q])
Attachments
(2 files)
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Reporter | ||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
I have the same issue. CSS doesn't appear. Every so often if I quit the browser it will come back, but I have tried this a couple of times and it doesn't work. It seems to get worse every new generation and update of Firefox.
Updated•5 years ago
|
@Gary I believe this is fixed... are you still able to reproduce the issue?
Comment 12•5 years ago
|
||
Haven't had any issues with it lately. Seems to be working now.
Reporter | ||
Comment 13•5 years ago
|
||
Same for me
Comment 14•5 years ago
•
|
||
Looking into fixing the intermittent for bug 1498336, which is suspiciously similar to the issue described in this one, I discovered there's is a stray window "resize" event which is fired during reload with RDM open. The Rules panel reacts to that event with trying to grab the latest applicable styles (for scenarios where a media query might begin to apply), but being in a state of flux during reload, the node front for the selected element doesn't seem to have a corresponding DOM node (aka rawNode
); the Rules panel swallows the error and shows an empty panel.
The issue in bug 1498336 happens intermittently. The window "resize" event is fired prematurely sometimes. This is perhaps an indication as to why the issue described in this bug has been difficult to reproduce.
Comment 15•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Comment 16•5 years ago
|
||
This is not a regression. It's a bug that occurred intermittently over the long term.
Updated•4 years ago
|
Updated•2 years ago
|
Description
•