Skip to main content

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.

http://jqueryui.com/themeroller/#ffDefault=Arial%2CHelvetica%2Csans-serif&fwDefault=bold&fsDefault=1.4em&cornerRadius=6px&bgColorHeader=cc33cc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=cc33cc&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=cc33cc&fcContent=333333&iconColorContent=cc33cc&bgColorDefault=eeeee&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=50&borderColorDefault=cc33cc&fcDefault=666666&iconColorDefault=666666&bgColorHover=f6f6f6&bgTextureHover=01_flat.png&bgImgOpacityHover=100&borderColorHover=cc33cc&fcHover=444444&iconColorHover=444444&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=100&borderColorActive=cc33cc&fcActive=666666&iconColorActive=666666&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=ffcc00&fcHighlight=444444&iconColorHighlight=cc33cc&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px

Attachments (0)
Change History (3)

Changed November 24, 2012 09:54PM UTC by tj.vantoll comment:1

status: newopen
summary: Downloaded custom themeroller css missing image linkTheme: Custom themeroller download has invalid image

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.

Changed November 26, 2012 12:25PM UTC by rxaviers 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 scottgonzalez comment:3

resolution: → notabug
status: openclosed

Closing since this is not a bug in jQuery UI, but a bug in download builder/ThemeRoller.