Since the update to Firebug 2.0.4 in Firefox 32.0 on 06-09-2014 I've been experiencing problems using Polymer. Whenever I reload a page using Polymer (also using the website polymer-project.org) with Firebug open on that site Firefox will hang telling that the problem is coming from:
Script: chrome://firebug/content/debugger/script/sourceTool.js:791
I downgraded to an earlier version of Firebug and the browser stops hanging on reloading.
This works for now but does anyone know a different way to resolve this or anything?
Related
I've just updated firefox to a Firefox 51.0.1 (32-bit), and after the update console.log stopped working.
When I am tring to test some JavaScript variables using console.log(), it doesn't output anything.
As I mentioned in another answer, this happens because the Firefox internal APIs, which Firebug uses to output the data, have changed.
When you open the Browser Console, you'll see the following error:
TypeError: ConsoleAPIListener is not a constructor console.js:149:38
Note that, as stated in a thread in the Firebug discussion group and on the Firebug homepage, Firebug is discontinued and unmaintained.
I.e. it breaks more and more with every new version of Firefox and will quit working completely once multi-process Firefox is enabled. There is a blog post explaining the reasons.
The team behind Firebug advises to use the Firefox DevTools instead and there is a migration guide available.
In 2 steps:
disable or (better) uninstall Firebug
press F12 and enjoy the console and other Devtools
Why: Firebug is not regularly updated anymore, it often becomes obsolete with new FF update. Tools already available in Firefox (F12) are inglobating it.
Just yesterday I finally got the right combination of versions for Firefox (22) FireBug (1.11.4) and FirePath (0.9.7) working. With the aforementioned add-on's enabled the test app does not function properly. Specifically navigation to different pages in the app results in new instance of the app at the desired page. I had 5 or 6 instances running before I noticed this on the first occurrence. Disable the add-on's and all is well. This is all in the context of Selenium webDriver. Suggestions?
Firebug stops working after auto-updating of Mozilla Firefox V 14.0.1.
I have updated my Firebug but it's still not working. "Inspect Element" does not display HTML.
Found the solution
Firebug stops working after auto updating of Mozilla firefox V 14.0.1 I have updated my Firebug but still it's not working As you can follow the steps to star you firebug inspect element do not work
Just following the following step’s
Open the following link
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/
or for win 32
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/xpi/
Download firebug-1.10.0b4-fx.xpi 12-Jul-2012 05:25 1.5M
Or Latest verson
Save on Hard disk
Open download file with fire fox
Click on Install
And FireBug is Again for you to again Play with web....:)
And it works for me
For more information view following link.
http://ooolu.com/Seva/FireIssue.aspx/
Check Firebug's compatibility table on their page and make sure your version is compatible with your version of Firefox.
Folks,
I am using uploadify component (http://www.uploadify.com) in ASP.NET MVC 3. uploadify works fine with all browser (IE 8, Google Chrome). However, Mozilla Firefox does not display upload file button.
I have spent almost one day to troubleshoot and I still have not solution. Could you give some idea?
I just got a new computer and installed firefox (V8.0.1) yesterday. I've just experienced a similar issue (i.e. not seeing the uploadify button in firefox, though I do in chrome - both in the site I'm developing and http://www.uploadify.com/demos/). Using firefox I've browsed to http://www.mozilla.org/en-US/plugincheck/. There I'm told "For your safety, Firefox has disabled your outdated version of Flash. Please upgrade to the latest version.". I've upgraded the version of Flash and now when I visit the uploadify demo page I can see the "Select Files" button, as expected.
Install adobe flash player...it will work properly....
I'm using YUI modal window with lazyloading feature. It is working fine on almost all browsers, but for some reason it is not working on firefox 4.0.1. Any ideas what the issue might be?