Skip to main content

Bug Tracker

Side navigation

#9969 closed bug (invalid)

Opened August 04, 2011 11:49AM UTC

Closed August 04, 2011 01:54PM UTC

Last modified December 19, 2011 12:04PM UTC

parse error with jQuery 1.5.1 and 1.6.2 on Safari on iPad and iPhone 4.3.5 on 3G connection

Reported by: martin@martinvormgeving.nl Owned by:
Priority: low Milestone: None
Component: core Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

I have an akward problem.

Where the jQuery part of my WordPress Theme 'Invictus' runs flawless on all browsers and even on Safari iPad1/iPhone4 iOS4.3.5 with Wifi connection, I get a parse error when connected thru my T-Mobile 3G connection on the same website with the same code.

Can anyone help me out here?

Regards,

Martin de Bes

This is the website it is all about;

Attachments (0)
Change History (9)

Changed August 04, 2011 01:54PM UTC by timmywil comment:1

component: unfiledcore
priority: undecidedlow
resolution: → invalid
status: newclosed

That's a tough one to test and one the team will probably not be able to investigate. jQuery loads without a parse error on iPad and iPhone over 3g for me so if you can narrow down the problem further and provide a more reduced test case, please open a new ticket with the specific issue.

Changed August 04, 2011 06:05PM UTC by anonymous comment:2

I too have had a similar problem, with 1.5 and 1.6 giving a parse error on line 1 on iPhone safari only.

Using the uncompressed version resolved the issue.

I hope that perhaps sheds some light on the subject.

I would rather use compressed of course, but not at the expense on my iPhone users.

Changed August 05, 2011 12:45PM UTC by martin.de.bes@me.com comment:3

That was indeed the solution.

I changed the minimized in the uncompressed version, and now it is running fine.

Shouldn't this be investigated so that the minimized version will work as well?

Thank you Anonymous user!

Changed August 07, 2011 10:05PM UTC by anonymous comment:4

same problem (iPhone + German T-Mobile), same solution (uncompressed version) here!

Changed August 07, 2011 11:09PM UTC by rwaldron comment:5

I'm currently using jQuery 1.6.2 (compressed) in a client project (mobile web app) with no issues on iOS Mobile Safari

Changed August 09, 2011 08:02AM UTC by stephenwil comment:6

I am experiencing this issue also on an intermittent basis.

Changed September 05, 2011 12:19PM UTC by Pim comment:7

I have done some research and it looks like our ISP is fiddling with the javascript files (I haven't found anything on Google about this, though). When I open up any javascript file over Wifi, that file will show up as it is. But over 3G it will show up semi-minified. Unfortunately the "*/*" string literal messes the semi-minification up, hence the parsing error.

tl;dr - T-Mobile is most likely the cause of the problem.

Changed September 05, 2011 05:09PM UTC by rwaldron comment:8

description: I have an akward problem. \ \ Where the jQuery part of my WordPress Theme 'Invictus' runs flawless on all browsers and even on Safari iPad1/iPhone4 iOS4.3.5 with Wifi connection, I get a parse error when connected thru my T-Mobile 3G connection on the same website with the same code. \ \ Can anyone help me out here? \ \ Regards, \ Martin de Bes \ \ This is the website it is all about; \ \ www.reneekrijgsman.nl/wp/ I have an akward problem. \ \ Where the jQuery part of my WordPress Theme 'Invictus' runs flawless on all browsers and even on Safari iPad1/iPhone4 iOS4.3.5 with Wifi connection, I get a parse error when connected thru my T-Mobile 3G connection on the same website with the same code. \ \ Can anyone help me out here? \ \ Regards, \ Martin de Bes \ \ This is the website it is all about; \ \

this was fixed in #10098

Changed December 19, 2011 12:04PM UTC by thingygeoff comment:9

You can get round this by using the google hosted jquery:

http://code.jquery.com/jquery-1.7.1.min.js