guptahanu / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 1 forks source link

jQuery UI Themes CDN is missing ui-anim_basic_16x16.gif #447

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Both 
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/smoothness/jquery-ui.
css and 
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/smoothness/jquery-ui.
css reference 
'images/ui-anim_basic_16x16.gif' as a relative path. However, only the base 
theme appears to have 
this file present. The PNG images appear to be fine.

200: http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/base/images/ui-
anim_basic_16x16.gif
404: 
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/smoothness/images/ui-
anim_basic_16x16.gif

This appears to be as a result of an upstream issue with jQuery's theme 
bundling (ref: 
<http://dev.jqueryui.com/ticket/5432>). This is easily worked around when 
hosting the themes 
locally but not when using Google's CDN.

Original issue reported on code.google.com by jason...@gmail.com on 5 May 2010 at 5:06

GoogleCodeExporter commented 8 years ago
Addendum: The first URL should be base not smoothness.

The same problem exists with all non-base themes.

Original comment by jason...@gmail.com on 23 May 2010 at 5:37

GoogleCodeExporter commented 8 years ago
This appears to be resolved in 1.8.2.

http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.
css refers to 
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-
anim_basic_16x16.gif 
which loads fine.

Original comment by jason...@gmail.com on 7 Jun 2010 at 1:47

GoogleCodeExporter commented 8 years ago

Original comment by jscud.w...@gmail.com on 28 Jul 2010 at 1:53