Skip to main content

Bug Tracker

Side navigation

#10153 closed bug (duplicate)

Opened August 28, 2011 02:26AM UTC

Closed August 28, 2011 05:52PM UTC

Last modified August 28, 2011 05:52PM UTC

jquery 1.6.2( could affect more versions) compressed breaks when minified on Debian?

Reported by: me@chrismuench.com Owned by: me@chrismuench.com
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

I am not sure what causes this as I have been unable to reproduce, but some clients have been able to. (Esp on debian 6)

Steps to reproduce for some people:

1. Create an html file with just the compressed version of jquery included

2. Go to site and notice that an error occurs. I have seen others get "Missing { after property list" which

Reference:

http://stackoverflow.com/questions/6680244/debian-all-browsers-jquery-compressed-breaks-all-js-but-uncompressed-works-fin/7216876#7216876

If anyone has any suggestions on how to reproduce more effectively I would love to know

Attachments (0)
Change History (5)

Changed August 28, 2011 02:38AM UTC by rwaldron comment:1

owner: → me@chrismuench.com
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!

jsFiddle allows you to specify additional resources, so please use a copy of the "broken" minified source.

Changed August 28, 2011 05:45PM UTC by dmethvin comment:2

resolution: → invalid
status: pendingclosed

Your minifier is incorrectly seeing the /* inside a QUOTED string as the beginning of a multi-line Javascript comment. PLEASE DO NOT TAUNT HAPPY FUN JQUERY with a broken minifier; instead use the properly-minified version available at code.jquery.com or any of the CDNs.

Changed August 28, 2011 05:51PM UTC by dmethvin comment:3

resolution: invalid
status: closedreopened

Changed August 28, 2011 05:52PM UTC by dmethvin comment:4

resolution: → duplicate
status: reopenedclosed

Changed August 28, 2011 05:52PM UTC by dmethvin comment:5

Duplicate of #10098.