Skip to main content

Bug Tracker

Side navigation

#6582 closed bug (worksforme)

Opened May 19, 2010 06:18AM UTC

Closed October 12, 2010 05:13PM UTC

Last modified October 13, 2010 07:50AM UTC

Ajax call with redirect dont't work in jQeury 1.4.X

Reported by: salac.r Owned by:
Priority: undecided Milestone:
Component: ajax Version: 1.4
Keywords: ajax redirect Cc:
Blocked by: Blocking:
Description

Hi,

I have upgraded to jQuery 1.4.2 and found quite annoying bug.

When I make an ajax call on page with redirect jQuery dont call error neither success handler. In jQuery 1.3.X everything was good

Example is here

http://rstest.ic.cz/js/

Attachments (0)
Change History (3)

Changed October 12, 2010 08:47AM UTC by salac.r comment:1

Still present at 1.4.3rc1

Changed October 12, 2010 05:13PM UTC by addyosmani comment:2

need: ReviewTest Case
priority: → undecided
resolution: → worksforme
status: newclosed

What browser are you testing this in?.

I just ran your test in FireFox 3.6.10 and got the error handler (ie. the alert with 'c') triggered.

Also, what is http://rstest.ic.cz/js/b.php doing? I tried accessing it but (after a long wait) it just output aaaaaaa and didn't do any type of redirect.

Could you possibly post the code to that too so we can see what you're trying to achieve? We'll be able to help more once we know.

Changed October 13, 2010 07:50AM UTC by salac.r comment:3

Hi,

I just try it in several other browser's and configuration and it's working everywhere except my notebook (opensuse 11.3 firefox 3.6.10) so bug is probably on my machine.

I would like to use jsFiddle but there is no option for http redirect