Opened 13 years ago
Closed 13 years ago
#6797 closed bug (invalid)
FireFox 4 Beta - getScript
Reported by: | theduke | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | ajax | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
On the current Firefox 4 Beta release:
Calling $.getScript() will load the script just fine, but the callback function is not called.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Seems to be a bug with Firebug: http://code.google.com/p/fbug/issues/detail?id=1948#c63
comment:3 Changed 13 years ago by
w000t! Thanks dude. I was digging into the Jquery.js file for solving this problem all night. Problem solved.
Note: See
TracTickets for help on using
tickets.
Most of the callback methods are failing in Firefox 4 beta. Preliminary investigations while debugging the jquery.js reveals that Firefox is skipping the readystate change method for xhr object