Skip to main content

Bug Tracker

Side navigation

#6349 closed bug (worksforme)

Opened March 25, 2010 02:47AM UTC

Closed October 15, 2010 03:56PM UTC

Last modified January 21, 2014 12:58PM UTC

Ajax callback not called while firebug opened

Reported by: fishcn Owned by:
Priority: undecided Milestone: 1.4.3
Component: ajax Version: 1.4.2
Keywords: firebug ajax Cc:
Blocked by: Blocking:
Description

Ajax callback not called while firebug opened and switched to network panel.

following code works all correctly in jquery 1.3.2:

$.post("test.aspx",{},function(info){

//....

},"json");

With 1.4.2, if network panel in firebug opened, the callback will never executed. (It seems that firebug has captured the request and blocked it -- but if replace jquery from 1.4.2 to 1.3.2 you'll find this problem disappeared.)

Attachments (0)
Change History (3)

Changed March 25, 2010 03:00AM UTC by fishcn comment:1

Additional, I'm using Firefox 3.7 nightly build.

This issue doesn't appeared in ie, chrome or any other browsers.

I don't know whether this issue also appeared in lower version firefox.

Changed October 15, 2010 03:56PM UTC by addyosmani comment:2

keywords: → firebug ajax
priority: → undecided
resolution: → worksforme
status: newclosed

This is working fine for me with FireBug in 3.7 using jQuery 1.4.2 and 1.4.3.

Changed January 21, 2014 12:58PM UTC by lukas.eder comment:3

I can reproduce this with jQuery 1.4.4 and Firebug 1.7.3 in Firefox 17.0.7. I know, all are very outdated, but I thought it might be useful for future visitors.