Skip to main content

Bug Tracker

Side navigation

#10529 closed bug (invalid)

Opened October 19, 2011 10:47AM UTC

Closed November 07, 2011 08:09AM UTC

Last modified May 30, 2012 10:28AM UTC

iOS 5 report error when $.ajax triggered

Reported by: genius_tse@yahoo.com.hk Owned by: genius_tse@yahoo.com.hk
Priority: low Milestone: None
Component: ajax Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

this problem only found in Mobile Safari over iOS5.

code is working on iOS4

Error will prompt from console like below when ajax triggered

"XMLHttpRequest cannot load http://xxxxxx?xxx=&xxxx. Cannot make any request from null."

Code to fire ajax request:

var saveUrl = 'a.php?action=login&u=a&p=b';
$.ajax({data: $("#theForm").serialize(),
            type: "POST",
            url: saveUrl,
            timeout: 20000,
            contentType: "application/x-www-form-urlencoded;charset=UTF-8",
            dataType: 'json',
            success: function(data) {
                // do nothing
            }
        });
Attachments (0)
Change History (11)

Changed October 19, 2011 03:23PM UTC by timmywil comment:1

component: unfiledajax
owner: → genius_tse@yahoo.com.hk
priority: undecidedlow
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.

Changed October 24, 2011 08:09AM UTC by jbosch comment:2

low priority? none of my iphone html5 games works now... when it is expected to release a bugfix for this issue?

thanks!

Replying to [comment:1 timmywil]:

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket. Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.

Changed November 07, 2011 08:09AM UTC by trac-o-bot comment:3

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!

Changed February 07, 2012 10:53AM UTC by anonymous comment:4

This issue is still present in latest jQuery version with on my iPad 2.

Changed February 08, 2012 02:49PM UTC by anonymous comment:5

found a working (the bug shows up) jsfiddle at stackoverflow:

http://jsfiddle.net/ambiguous/zWC3R/

(interestingly the bug also shows up when trying to change the jquery version within jsfiddle - so jsfiddle alone would also be a good example)

source:

http://stackoverflow.com/questions/7942739/jquery-ajax-functions-not-working-in-ios-5-safari-ipad

Changed February 09, 2012 10:33AM UTC by anonymous comment:6

after rebooting the ipad it worked again for some time without any problem - but after a little while the bug was present again.

Changed April 25, 2012 03:32PM UTC by anonymous comment:7

Has somebody found a bugfix for this problem?

Changed May 02, 2012 07:56PM UTC by anonymous comment:8

I also had this issue verbatim. I rebooted my iPad and the issue went away which indicates to me the bug maybe with Safari.

Changed May 02, 2012 08:10PM UTC by rwaldron comment:9

Seems to me that the problem is not being caused by jQuery - if it were, the issue would be consistently reproducible. Please stop posting "me too" unless you have verifiable evidence.

Changed May 08, 2012 04:52AM UTC by ewatje@hotmail.com comment:10

I have managed to reproduce it consistently as follows:

1. Open a page with an $.ajax() call and a link to a PDF

2. Click link to download PDF

3. Open PDF in iBooks, effectively puts Safari in background

4. Put Safari in foreground, will show the PDF

5. Press back button to go back to the page with $.ajax() call.

Restarting Safari solves the issue until I do the above again. Maybe this helps.

Replying to [comment:9 rwaldron]:

Seems to me that the problem is not being caused by jQuery - if it were, the issue would be consistently reproducible. Please stop posting "me too" unless you have verifiable evidence.

Changed May 30, 2012 10:28AM UTC by vanly007@yahoo.com comment:11

Replying to [comment:10 ewatje@…]:

I have managed to reproduce it consistently as follows: 1. Open a page with an $.ajax() call and a link to a PDF 2. Click link to download PDF 3. Open PDF in iBooks, effectively puts Safari in background 4. Put Safari in foreground, will show the PDF 5. Press back button to go back to the page with $.ajax() call. Restarting Safari solves the issue until I do the above again. Maybe this helps. Replying to [comment:9 rwaldron]: > Seems to me that the problem is not being caused by jQuery - if it were, the issue would be consistently reproducible. Please stop posting "me too" unless you have verifiable evidence.

I have similar problem, there's a solution that to view pdf file in a popup dialog, but you'll receive safari popup blocker complaint.