Skip to main content

Bug Tracker

Side navigation

#6186 closed bug (invalid)

Opened February 26, 2010 10:17PM UTC

Closed February 26, 2010 11:22PM UTC

$.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 (0.9 KB) - added by cinemaguy February 26, 2010 10:17PM UTC.

    Offending code

Change History (1)

Changed February 26, 2010 11:22PM UTC by john comment:1

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.