Opened 9 years ago
Closed 9 years ago
#8849 closed bug (notabug)
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.
Change History (3)
comment:1 Changed 9 years ago by
Status: | new → open |
---|---|
Summary: | Downloaded custom themeroller css missing image link → Theme: Custom themeroller download has invalid image |
comment:2 Changed 9 years ago by
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
comment:3 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | open → closed |
Closing since this is not a bug in jQuery UI, but a bug in download builder/ThemeRoller.
Note: See
TracTickets for help on using
tickets.
Confirmed. Here's line 241 split out.
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
}
The image "ui-bg_highlight-soft_50_eeeee_1x100.png" is in the downloaded zip but it's screwed up, causing this issue.