Bug Tracker

Opened 13 years ago

Closed 12 years ago

#5792 closed bug (fixed)

1.4rc1 [20090113] Ajax not working in FF3 (3.0.17)

Reported by: alec Owned by:
Priority: low Milestone: 1.4
Component: ajax Version: 1.4
Keywords: ajax ff Cc:
Blocked by: Blocking:

Description

Error: setting a property that has only a getter Row: 4977

The code is: xhr.readyState = 0;

Change History (5)

comment:1 Changed 13 years ago by jedrzej

I have same error in Firefox 3.5.4, Ubuntu 8.04, final jQuery 1.4 (Date: Wed Jan 13 15:23:05 2010 -0500) on line 4983.

It occur if I try to abort() XMLHttpRequest which is already done.

It worked in 1.3.2 and I didn't found any incompatibility reported (http://jquery14.com/day-01/jquery-14#backwards), so I want to report this as a bug.

comment:2 Changed 13 years ago by trey

yeah, i'll second (or third if you count the original report) that.

XMLHttpRequest's abort() method is throwing the error about setting a property that only has a getter.

comment:3 Changed 13 years ago by [email protected]

Same problem here. 1.4

comment:4 Changed 13 years ago by alec

Fixed in 1.4.1, please close this request.

comment:5 Changed 12 years ago by addyosmani

Keywords: ajax ff added
Priority: undecidedlow
Resolution: fixed
Status: newclosed

As the bug related to this ticket has already been successfully fixed in the past I am closing it as there has been no further comments nor need to keep it open.

Note: See TracTickets for help on using tickets.