Recent Firebug Google Groups posts

Re: [firebug] Firebug net load event issue

Hi Ruben, thanks for the clarification! So, it looks like this might be a bug in Firebug or the Firefox APIs it uses. I can imagine two possible scenarios: 1. There was a long-running request, which held up the load event from getting fired, but it was not added to the data you retrieved... Continued on Google Groups »

Re: can not debug the jquery code

This message normally indicates that your script contains a syntax error. So you should check the Console panel whether there are any errors logged related to your script. Sebastian On Tuesday, October 18, 2016 at 1:09:54 PM UTC+2, Avinash Tippe wrote: > > Whenever I click on script tab, "No... Continued on Google Groups »

Re: [firebug] Firebug net load event issue

Hello Sebastian, If you mean the last two screenshots that I have sent ( http://screencast.com/t/cLYFlmQr , http://screencast.com/t/OCAiOSljr) than in this case everything is correct and there is no issue here, it is showing 35.32 sec on the graph and in the netview also seen a resource that... Continued on Google Groups »

can not debug the jquery code

Whenever I click on script tab, "No Javascript on this page" message is displaying. I restarted firebug, firefox but nothing happen. Please tell me the solution to view the jquery code. I have attached the file, please find the attachement.... Continued on Google Groups »

Re: [firebug] Firebug net load event issue

Hi Ruben, from the screenshot you can see that the browser spent about 32 seconds waiting for the response from the server. So I assume it was either a peak in server load or a temporary connection issue. Though I am not an expert in network request info. Honza may be able to give more detailed... Continued on Google Groups »

Re: [firebug] Firebug net load event issue

Hello Sebastian, Thank you for your response. We are retrieving the net data with json format by calling Firebug.NetMonitor.getContent(context). We are using this method already for years and never had any issue with that. Here is the net data that is seen in our Full page monitor when this... Continued on Google Groups »

How to use the HAR file generated by NetExport and Firebug as a object in python?

Hey! I have started learning Firebug and NetExport only recently. I am able to export HAR file successfully. What I can't figure out is how to use this HAR file? I need to get the page load time and page load size from this file. Once the file is exported I have no reference to the file, which I... Continued on Google Groups »

Re: Firebug 3: How to make pseudo class toggle permanent?

Very good! This needs to be fixed before we can change to devtools, so firebug useres, please vote for this bug! -- Erik Krause http://www.erik-krause.de... Continued on Google Groups »

Re: [firebug] Firebug 3: How to make pseudo class toggle permanent?

That's already reported as bug 985517. Sebastian PS: You can safely uninstall Firebug 3. The Firebug theme is integrated into the DevTools since Firefox 48. On 14 October 2016 at 21:28, Erik Krause wrote: > Hello, > > In Firebug 2 pseudo class toggles used to be permanent... Continued on Google Groups »

Firebug 3: How to make pseudo class toggle permanent?

Hello, In Firebug 2 pseudo class toggles used to be permanent (until reload). In Firebug 3 / Devtools if I click on a different element the pseudo class is removed from the previously toggled element. This way it is impossible to style f.e. mouse-over menus. I guess this should be considered... Continued on Google Groups »

Read more on Firebug Google Groups »