Skip to main content

Bug Tracker

Side navigation

#6797 closed bug (invalid)

Opened July 18, 2010 09:33PM UTC

Closed September 06, 2010 08:27PM UTC

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.

Attachments (0)
Change History (4)

Changed August 13, 2010 12:53AM UTC by ganeshkrishnan comment:1

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

Changed August 13, 2010 09:20AM UTC by KangOl comment:2

Changed August 13, 2010 11:15AM UTC by ganeshkrishnan comment:3

w000t! Thanks dude. I was digging into the Jquery.js file for solving this problem all night. Problem solved.

Changed September 06, 2010 08:27PM UTC by dmethvin comment:4

resolution: → invalid
status: newclosed

Not a jquery bug.