Skip to main content

Bug Tracker

Side navigation

#6659 closed bug (invalid)

Opened June 11, 2010 07:44AM UTC

Closed June 12, 2010 01:05AM UTC

Last modified July 12, 2010 07:13AM UTC

$.post doesn't work with firefox 3.7a5pre

Reported by: jacinto Owned by:
Priority: Milestone: 1.4.2
Component: unfiled Version: 1.4.2
Keywords: firefox 3.7 Cc:
Blocked by: Blocking:
Description

when using $.post('/url', param, function(data) {

alert(data);

});

no data returns and no alert called. the wholel function(data) won't be called.

Attachments (0)
Change History (2)

Changed June 12, 2010 01:05AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

Most likely there's a bug that should be reported to the Firefox team, but it's not possible to tell given the information in this report. If you can create a simple test case it would be possible to isolate the problem to determine where it lies.

Changed July 12, 2010 07:13AM UTC by jacinto comment:2

hi, i just wanted to say that i found the problem, that the async has to be false. My env is ubuntu 9.04 amd64 with firefox 3.7+.