Search and Top Navigation
#4609 closed bug (fixed)
Opened June 16, 2009 02:56PM UTC
Closed January 30, 2010 08:31PM UTC
Last modified May 16, 2010 03:25PM UTC
Custom Theme Downloader does not change icon colors
Reported by: | mawcs | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | [meta] ui.downloadbuilder | Version: | 1.7.2 |
Keywords: | Icon, color | Cc: | maw+jquery@williamsonclan.us |
Blocked by: | Blocking: |
Attachments (0)
Change History (5)
Changed July 09, 2009 02:11PM UTC by comment:1
milestone: | TBD → 1.8 |
---|
Changed July 09, 2009 02:55PM UTC by comment:2
Seems to be an issue with downloading custom themes in Internet Explorer. Downloading custom themes in Firefox 3.5 and Chrome go without a hitch, but IE's distribution results in a gray-scale (i.e. non-themed) theme everytime. I'll check into this.
Changed August 05, 2009 05:01PM UTC by comment:3
priority: | critical → blocker |
---|
Asked Gavin about the status.
Changed August 05, 2009 05:42PM UTC by comment:4
ThemeRoller sends theme-specific CSS using a GET request to the PHP page that encodes it. As this can be rather large, I believe this ticket results from an issue with IE's cap on query limit string sizes. Here are some numbers:
FireFox 2 = max of 8182 chars
Safari 2 = max of 8184 chars
IE 7.0 = max of 2047 chars
This seems a likely culprit as theming seems to work fine in FF, Chrome, etc - but not in IE.
I'll take a look into this problem sometime this weekend. Is there a projected date for 1.8 that everyone's pushing for?
- Gavin
Changed January 30, 2010 08:31PM UTC by comment:5
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed with the 1.8rc1 update to download builder.