#10455 closed defect (fixed)
path errors in tundra/form/Select.css
Reported by: | Pete Smith | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit - Form | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I noticed a bunch of 404's in firebug, related to images. All of the paths in Select.css are:
../../../dijit/themes/tundra/images/buttonHover.png
and must be
../images/buttonHover.png
Change History (6)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Version: | 0.4.1rc1 → 1.4.0b |
comment:2 Changed 11 years ago by
should probably clean up the '#' comment also -- doesn't appear to be valid css
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 11 years ago by
shouldn't we be relying on our nice dj_ie parent class for IE only rules instead of css hackery?
comment:6 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
I assume you're on 1.4.0rc1 (we don't have all the rc's in trac)
can be reproduced at: http://archive.dojotoolkit.org/dojo-2009-11-30/dojotoolkit/dijit/tests/form/test_Select.html