Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Latest JQM breaks ajax requests in Chrome and android #1605

Closed
jasonparallel opened this issue May 12, 2011 · 3 comments
Closed

Latest JQM breaks ajax requests in Chrome and android #1605

jasonparallel opened this issue May 12, 2011 · 3 comments
Assignees
Milestone

Comments

@jasonparallel
Copy link

Place Ajax_a4.1.htm and dynamicData.htm next to each other in a directory. When you go to page bar it will load dynamicData and display page bar.
https://github.com/jasonparallel/JQM-Issues/blob/master/Ajax_a4.1.htm
https://github.com/jasonparallel/JQM-Issues/blob/master/dynamicData.htm

Switch to Ajax_latest.htm (which only changes the jqm js and css) and the Ajax call will error out with textStatus="error" and errorThrown="". This error happens in Chrome and Android (but works correctly in firefox). The XHR request does not show up.
https://github.com/jasonparallel/JQM-Issues/blob/master/Ajax_latest.htm

@StevenBlack
Copy link
Contributor

Interesting bug.

I see exactly what you describe. Works great in FF, fails in Chrome (V.11.0.696.65 on OS-X) and you are right, the XHR never shows up in chrome.

I upgraded to call jQuery 1.6 -- which is what we use internally now -- and the bug's still there.

Thanks for taking the time to create these test artifacts, @jasonparallel.

@ghost ghost assigned jblas May 12, 2011
@jblas
Copy link
Contributor

jblas commented Jun 13, 2011

@jasonparallel

I'm not seeing this problem against the current HEAD using Chrome 12.0.742.91 on windows. The data is getting loaded for both files, and I never see the error page.

Can you confirm if you still see this problem?

  • Kin

@jasonparallel
Copy link
Author

@jblas
Yep. Looks good. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants