Search and Top Navigation
#8849 closed bug (notabug)
Opened November 24, 2012 12:18AM UTC
Closed November 26, 2012 01:15PM UTC
Theme: Custom themeroller download has invalid image
Reported by: | ben.pollard | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.css-framework | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Line 241 of the jquery-ui-1.9.2.custom.css generated via download of the theme link below appears to be incorrect. The ui-state-default background does not link to the image so all clickable widgets do not display correctly.
Attachments (0)
Change History (3)
Changed November 24, 2012 09:54PM UTC by comment:1
status: | new → open |
---|---|
summary: | Downloaded custom themeroller css missing image link → Theme: Custom themeroller download has invalid image |
Changed November 26, 2012 12:25PM UTC by comment:2
Actually, the problem is that bgColorDefault has been set to a wrong color: #eeeee (note the 5 digits). Fix the link by adding one more 'e', or fix the color in the themeroller and you should be good to go.
PS: Reopened gh-31 to correct handle validation
Changed November 26, 2012 01:15PM UTC by comment:3
resolution: | → notabug |
---|---|
status: | open → closed |
Closing since this is not a bug in jQuery UI, but a bug in download builder/ThemeRoller.
Confirmed. Here's line 241 split out.
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #cc33cc;
background: #eeeee url(images/ui-bg_highlight-soft_50_eeeee_1x100.png) 50% 50% repeat-x;
font-weight: bold;
color: #666666;
}
The image "ui-bg_highlight-soft_50_eeeee_1x100.png" is in the downloaded zip but it's screwed up, causing this issue.