Jazi
Jazi

Reputation: 6752

Firefox inspector - CSS rules suggestions/hints

I have a problem with the inspector in Firefox browser. After some time of use, in the "rules" tab, system don't want to show me CSS syntax suggestions. After switching the inspector off and on, everything returns back to normal, but ... again ... after a few moments, the system stops showing me syntax hints.

firefox inspector rules tab

           with syntax hints                           without syntax hints
                                                    after a couple of minutes

Is there any FIX for this? I'm using newest "FireFox Developer Edition" (same thing on normal "Firefox").

UPDATE: I discovered that inspector starts to work improperly when I restart a page which I have been "inspecting".

Upvotes: 5

Views: 164

Answers (2)

IMI
IMI

Reputation: 2469

Are you using Firefox Developer Edition 41.0a2? It appears to have possibly been a bug that is being corrected.

I can confirm this happens in Firefox 40.0.2. enter image description here

I also saw this in Firefox Developer Edition 41.0a2.

I updated Firefox Developer Edition to 42.0a2 and am no longer able to recreate this phenomenon.

Upvotes: 4

Anshul
Anshul

Reputation: 92

Install firebug plugin for firefox. Ita a very good debugger tool. After installing enable it and right click on page and do "inspect element with firebug"

Upvotes: -2

Related Questions