Skip to main content

Bug Tracker

Side navigation

#9557 closed bug (invalid)

Opened June 10, 2011 09:23AM UTC

Closed June 10, 2011 10:27AM UTC

Last modified March 14, 2012 03:48AM UTC

jquery-min.js does not work when online with t-mobile (germany)

Reported by: daniel.aigner@googlemail.com Owned by:
Priority: low Milestone: 1.next
Component: misc Version: 1.6.1
Keywords: Cc:
Blocked by: Blocking:
Description

T-Mobile seems to compress files on the fly when surfing on a mobile phone. This compression causes the jquery-1.6.1.min.js (and some older versions also) not to work, javascript error.

The normal, uncompressed Version does work without problems.

This is a big problem, since t-mobile is the biggest provider in germany.

Attachments (0)
Change History (5)

Changed June 10, 2011 10:27AM UTC by addyosmani comment:1

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

Thanks for submitting a ticket to the jQuery Project!. Unfortunately, we are unable to assist with this issue as you will need to speak to T-Mobile directly about their process of compressing any files/jQuery on the fly. We're not directly responsible or able to assist with this, but their development team will probably be interested in resolving this from their end.

Changed August 12, 2011 12:51PM UTC by addyosmani comment:2

#10037 is a duplicate of this ticket.

Changed October 14, 2011 02:52PM UTC by groves@greatwhiteark.com comment:3

Can verify that this is still an issue with 1.6.2, iOS 5, and T-Modile Germany.

Changed October 14, 2011 02:57PM UTC by groves@greatwhiteark.com comment:4

Possible fix: using the CDN hosted version doesn't cause this problem:

http://docs.jquery.com/Downloading_jQuery#CDN_Hosted_jQuery

Changed October 14, 2011 03:04PM UTC by anonymous comment:5

Our solution is loading the script via https (as Stan Stare share wrote in #10037). This way the script wont get touched (and compromised) by the mobile phone provider.