roopurt18 Posted November 13, 2007 Share Posted November 13, 2007 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? Quote Link to comment https://forums.phpfreaks.com/topic/77107-firefox-no-xhr-without-firebug/ Share on other sites More sharing options...
zq29 Posted November 13, 2007 Share Posted November 13, 2007 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... Quote Link to comment https://forums.phpfreaks.com/topic/77107-firefox-no-xhr-without-firebug/#findComment-390503 Share on other sites More sharing options...
zq29 Posted November 13, 2007 Share Posted November 13, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/77107-firefox-no-xhr-without-firebug/#findComment-390524 Share on other sites More sharing options...
roopurt18 Posted November 13, 2007 Author Share Posted November 13, 2007 I'll have to look into it more on my own time since very few of our users have Firefox. Very strange though. Quote Link to comment https://forums.phpfreaks.com/topic/77107-firefox-no-xhr-without-firebug/#findComment-390729 Share on other sites More sharing options...
GingerRobot Posted November 13, 2007 Share Posted November 13, 2007 Just took a look at a quick test i put together for a post on the forum the other day - the AJAX request seems to work perfectly fine for me in firefox. Running 2.0.0.9 without the firebux extension. The javascript it uses is the same as can be found here: http://www.ajaxfreaks.com/tutorials/1/0.php Quote Link to comment https://forums.phpfreaks.com/topic/77107-firefox-no-xhr-without-firebug/#findComment-390757 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.