#4013 closed defect (fixed)
TextBox: tundra background not displayed on IE6
Reported by: | bill | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Text boxes on IE6 are pure white. They don't have the gradient background.
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Owner: | changed from dante to Sam Foster |
---|---|
Status: | assigned → new |
comment:3 Changed 14 years ago by
Owner: | changed from Sam Foster to dante |
---|
you're going to kick yourself...
/*
- IE6: can't display PNG images with gradient transparency.
- Want to use filter property for those images, but then need to specify a path relative
- to the main page, rather than relative to this file... using gifs for now */
.dj_ie6 .tundra .dijitInputField, .dj_ie6 .tundra .dijitComboBoxInput, .dj_ie6 .tundra .dijitSpinnerInput
{
background:transparent; background-image: url("images/dojoTundraGradientBg.gif");
}
comment:4 Changed 14 years ago by
Milestone: | 0.9 → 1.0 |
---|
punting as polish. the commented code above have been fixed, but it is intentional at this point because the transparent .gif looks awful. any gfx people able to figure out how to force a nice alpha gradient in gif (across 8px) with all colors available, please do so. all my attempts have been pixelized.
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [10686]) fixes #4013 - add back in gif for inputbox gradient in ie6 - validation is being overly polite at the moment, so can't see if invalid input breaks the "non-transparent gif" being used to make this work. when validation modifies background color, it will have to set background-image:none in ie6, or else you'll see the white background color in the image.
comment:6 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
(its commented out in tundra.css because the gradient is a png. are we deciding to make gifs from png's and adding in .dj_ie6 to classes that use .png for backgrounds, or just using gifs all across?