Search and Top Navigation
#5290 closed bug (fixed)
Opened March 05, 2010 01:38PM UTC
Closed March 10, 2010 03:46PM UTC
invalid ui-icon PNGs in download builds
| Reported by: | akaihola | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.8 | 
| Component: | [meta] ui.downloadbuilder | Version: | 1.8rc3 | 
| Keywords: | theme png ImageColorMatch | Cc: | |
| Blocked by: | Blocking: | 
Description
As of 1.8rc3, the http://jqueryui.com/download page creates builds with invalid PNG images.
If I select the Humanity theme and select the following Components:
- Core
- Widget
- Mouse
- Position
- Draggable
- Resizable
- Dialog
- Tabs
the following files are invalid in the /css/humanity/images/ directory of the resulting jquery-ui-1.8rc3.custom.zip file:
{{{
$ cat ui-icons_f08000_256x240.png
<br />
<b>Fatal error</b>: Call to undefined function ImageColorMatch() in
<b>/srv/jqueryui.com/htdocs/themeroller/images/phpthumb.filters.php</b>
on line <b>1040</b><br />
$ cat ui-icons_f35f07_256x240.png
<br />
<b>Fatal error</b>: Call to undefined function ImageColorMatch() in
<b>/srv/jqueryui.com/htdocs/themeroller/images/phpthumb.filters.php</b>
on line <b>1040</b><br />
$ cat ui-icons_ff7519_256x240.png
<br />
<b>Fatal error</b>: Call to undefined function ImageColorMatch() in
<b>/srv/jqueryui.com/htdocs/themeroller/images/phpthumb.filters.php</b>
on line <b>1040</b><br />
$ cat ui-icons_ffffff_256x240.png
<br />
<b>Fatal error</b>: Call to undefined function ImageColorMatch() in
<b>/srv/jqueryui.com/htdocs/themeroller/images/phpthumb.filters.php</b>
on line <b>1040</b><br />
Attachments (0)
Change History (4)
Changed March 05, 2010 02:29PM UTC by comment:1
| milestone: | TBD → 1.8 | 
|---|---|
| priority: | major → blocker | 
Changed March 05, 2010 03:08PM UTC by comment:2
| component: | CSS Framework → [meta] ui.downloadbuilder | 
|---|
Changed March 06, 2010 11:38PM UTC by comment:3
Note: This function is only available if PHP is compiled with the bundled version of the GD library.
Note: This function requires GD 2.0.1 or later (2.0.28 or later is recommended).
Changed March 10, 2010 03:46PM UTC by comment:4
| resolution: | → fixed | 
|---|---|
| status: | new → closed | 
Fixed and pushed into production.