Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6186 closed bug (invalid)

$.post silent error in firefox

Reported by: cinemaguy Owned by:
Priority: Milestone: 1.4.3
Component: ajax Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:

Description

$.post seems to have a silent error in firefox. i have confirmed that this works in Safari, Chrome, and Camino, but in Firefox and it reports back a successful message but does not continue onto the next ajax call. I rolled back to jquery 1.3.2 and everything started working fine.

I've attached the offending code. Here is what happens:

The first ajax call writes to a json file on my server. Works fine. Next ajax call creates a thumbnail of the image being uploaded. Works fine. Reports back success. Image is created. (This is where firefox receives the success msg but will not continue on to the next ajax call) Next ajax call updates the screen with the thumbnail.

Let me know if you have any questions. Thanks!

Attachments (1)

bug.js (958 bytes) - added by cinemaguy 13 years ago.
Offending code

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by cinemaguy

Attachment: bug.js added

Offending code

comment:1 Changed 13 years ago by john

Resolution: invalid
Status: newclosed

It's really hard to tell exactly what might be going on without seeing the live code. If you change the $.post to $.ajax and attach an error handler can you see what error you're getting back from the server? Please re-open if you're able to do this.

Note: See TracTickets for help on using tickets.