Opened 8 years ago
Last modified 6 years ago
#16320 closed defect
dojox/form/resources/CheckedMultiSelect.css references images that don't exist — at Initial Version
Reported by: | ben hockey | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.8.7 |
Component: | DojoX Form | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox/form/resources/CheckedMultiSelect.css references "../../../dijit/themes/claro/form/images/textBox_back.png"
and "../../../dijit/themes/claro/form/images/formHighlight.png"
which don't exist. this causes the build to fail with a few errors like:
error(357) While optimizing a CSS file, it was impossible to compute the destination location of a relative URL. CSS file: /Users/neonstalwart/code/app/app.css; import: /Users/neonstalwart/code/dojox/form/resources/CheckedMultiSelect.css; relative URL: url('../../../dijit/themes/claro/form/images/textBox_back.png')
Note: See
TracTickets for help on using
tickets.