#614 closed defect (wontfix)
Widgets hardcode src in the path url
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Most widgets with the 0.2.2 distribution are hardcoding "src" in the path name. For example, Tree -
templateCssPath: dojo.uri.dojoUri("src/widget/templates/Tree.css")
OR
blankIconSrc: dojo.uri.dojoUri("src/widget/templates/images/treenode_blank.gif").toString(),
etc. If I want to rename the src folder to dojo, say, so that its easier for developers in my project (since src folder is usually where java classes are kept), I have to go and change not only in dojo.js, but also in Widgets.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → 0.3release |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
renaming the "src/" dir will break the package system generally. I see no need to "fix" this.