Sebastien
unread,Jun 25, 2009, 1:49:33 PM6/25/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebug
Hi all,
We have an AJAX application that uses the Comet technology and JSON.
So we have a channel hanging until the backend returns a message.
Everything was well in all browsers, including FF3.0.11 and Firebug
1.3.
But recently I upgraded to FF3.5 and Firebug 1.4 and then 1.5, but we
have serious issues, and I'm not sure what's the reason. It may have
to do with the new inbuilt JSON parser for Firefox.
So when Firebug is running, after 2 or 3 Comet calls, the JSON string
does not seem to get parsed anymore, and therefore it's not treated.
It seems to be random, and when firebug is off, it seems to work
(almost) reliably.
Any ideas?
Seb