id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
6349	Ajax callback not called while firebug opened	fishcn		"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.)"	bug	closed	undecided	1.4.3	ajax	1.4.2	worksforme	firebug ajax			
