firesass icon indicating copy to clipboard operation
firesass copied to clipboard

Firebug error log and console.log no longer work with FireSass enabled.

Open aensley opened this issue 12 years ago • 0 comments

When I have FireSass enabled, I lose any errors that would normally show up in the Firebug console as well as any messages that would come from console.log calls. This only happens when FireSass is enabled. As soon as I disable FireSass, all of those messages display as normal.

If there are errors, I will see the error counter on the Firebug icon increment, but no errors will show up in the console (even with every option selected to display).

Another funny quirk of this issue is that it only happens if the tab has focus when it is loaded. If I do the following, I can get those messages to display after page load (and - I'm assuming - after FireSass does its magic):

  1. Enable Firebug on my development tab.
  2. Focus on another tab.
  3. Right-click on my firebug-enabled, backgrounded, development tab and click Reload Tab.
  4. Wait for the tab to finish reloading.
  5. Focus back on my development tab.

Then, I get normal errors and console.log messages that might happen after page load. However, there's still no way to see errors or console.log messages on page load.

Version info: OS: Ubuntu 12.10 64-bit Firefox: 18.0.2 Firebug: 1.11.1 FireSass: 0.0.12

aensley avatar Feb 18 '13 21:02 aensley