Jump to content

Firefox: No XHR without Firebug?


roopurt18

Recommended Posts

I was just showing a site that uses AJAX to someone else and it doesn't work.  We're both using Firefox 2.0.0.9 and I have Firebug while the other person doesn't.  I disabled Firebug on my Firefox and sure enough the AJAX functionality went away.

 

Has anyone else noticed this?

Link to comment
Share on other sites

Yes, I have experienced the exact same problem. The specific details of how I fixed it escape me at the moment, when I get into the office I'll check my code - I switched a true to a false on something and it started working, but then I believe this then caused an issue in IE. But luckily for me, this was being used on a project that had a controlled environment - All machines were Windows/IE7...

Link to comment
Share on other sites

Ok, just taken a look at what I done and it appears I changed the request from being asynchronous to synchronous (or visa versa) A certain way round it didn't work in IE, and the otherway round didn't work for me in FireFox with FireBug switched off.

 

Luckily for my situation I could control which browsers are being used, but you may not. I would be interested if you find a proper solution to this.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.