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
comment:2 Changed 13 years ago by
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:5 Changed 12 years ago by
Keywords: | ajax ff added |
---|---|
Priority: | undecided → low |
Resolution: | → fixed |
Status: | new → closed |
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.
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.