is-already-taken / firecompass

Firebug extension that shows the original .scss filename and line number within the Firebug CSS inspector panel of .css files generated by Firebug
MIT License
7 stars 2 forks source link

Not working in incognito window #4

Open pstuermlinger opened 10 years ago

pstuermlinger commented 10 years ago

Working great in normal mode but not on pages in incognito mode. "Not working" means Firebug just shows the position within the css file as usual.

Using FF 30.0

is-already-taken commented 10 years ago

I can confirm this bug.

It also applies to Firefox version before 30 and Firebug versions before 2.0.

I was able to reproduce it the following way

  1. Create a profile with Firefox below 30
  2. Configure it to not track and to not create a history (privacy tab in the configuration dialog)
  3. Install Firebug 1.12.8 and FireCompass 0.2 (and restart)
  4. Open page, then activate Firebug
  5. Finally: the .scss/.less awareness is missing
    • When skipping step 2, everything works fine.
    • If I configure Firefox to not keep track of the history after step 5 (skipping step 2) and revisiting the page with Firebug, FireCompass works fine

Further, I was not able to reproduce it by

So I guess it maybe has to do with preferences loading/saving. Interesting.

I don't think this requires prompt action since there's a workaround.

I'll try to take a look at it the next days.

is-already-taken commented 10 years ago

Related issue: #6.

The problem is probably caused by issues getting the source while caching is disabled.