Opened 14 years ago
Closed 14 years ago
#3518 closed defect (fixed)
Remove AlphaImageLoader line in tundra.css for dijitTundraGradientBg.png?
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | owen, itorrey | |
Blocked By: | Blocking: |
Description
When loading dijit/tests/form/test_validate.html, I notice there are many 404s for a dijitTundraGradientBg.png file. It seems to come from tundra.css:
.dj_ie6 .tundra .dijitComboBoxInput { background-image: none; /* TODO: won't work; path is wrong; use gif instead? */ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="dijitTundraGradientBg.png", sizingMethod="scale"); }
Perhaps the line should be removed before 0.9 beta. I can do the filter line removal/commenting out, if it is OK with the dijit folks.
Change History (3)
comment:1 Changed 14 years ago by
Cc: | owen itorrey added |
---|
comment:2 Changed 14 years ago by
Owner: | changed from bill to James Burke |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Yeah, comment it out. Maybe owen or torrey will have an idea about fixing the pathnames for IE but I don't have time to think about it before 0.9.