Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
Description
Error: setting a property that has only a getter Row: 4977
The code is: xhr.readyState = 0;
Change History
comment:2 Changed 3 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:5 Changed 3 years ago by addyosmani
- Keywords ajax ff added
- Priority changed from undecided to low
- Status changed from new to closed
- Resolution set to fixed
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.