Hey folks!

Guys, terrific work with this tool, i really appreciate all the efforts 
given to this and specially to the attention to users, Man! you must be 
close to Gandhi when it comes to patience to deal with all of us.

So, after several months without a single slip from firebug to me, i've come 
to a vicious bug (if it is) that has given me quite some gotchas lately, you 
see... here at work we are creating a reporting tool for our customers, and 
this page has a massive amount of ajax.

Net Panel is fundamental for us to catch the requests and responses and all 
that magical things that happens in between, but sometimes (not always) the 
net panel keeps showing the "loading" status on a request that has been 
completed and already on the page.

Let me explain a little further.

When we click on a button to display a grid, we send a request to the server 
with jQuery's $.ajax and on the server we query the DB, perform some stuff 
and then convert the data from the DB to a json object, then we respond that 
object to the client and BAM! done.
All this is donde superb and the Net Panel catches all this 
requests/responds and shows the time, the amount of data (KB / MB), 
parameters etc etc.
But sometimes, all of this is performed, the data is already displayed on 
the page but on the Net Panel the loading image is still spinning and never 
stops, if i go and debug the js of the jQuery's $.ajax => success: function, 
i hit the breakpoints and all of that, but the .Net Panel is still spinning.

I've tried to catch the culprit, whether it's a bad json / xml, a timeout ( 
unlikely because the most heavy transaction is merely 4 seconds ), you name 
it. And the funny thing is it doesn't shows up in the same request. For 
example, i have Button A and Button B, i press B-A and Net Panel spins and 
stops, press B-B Net Panel Spins and stops, play a little with those buttons 
and BAM, a never ending spinning is there, GOTCHAS: i don't push the buttons 
until a response has finished ( Data is displayed on the page ) so don't 
think i'm mashing the buttons non-stop.

Anyway, it's no biggie, just something that is a little annoying because it 
seems to know when i want to get the time of the request to spin until 
eternity.

Oh and another thing, on the Console Panel it always spins and stops no 
matter what, so, i've been using that panel lately, but i am constantly 
clearing it because it grows like there's no tomorrow with all the js 
debbuging and stuff.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/firebug/-/IDtc8g3F1i0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to