Opened 8 years ago
Closed 8 years ago
#17312 closed defect (invalid)
Dojo can not find indentities in IE10
Reported by: | madagon | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Core | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is my configuration
var dojoConfig = { paths: { "CustomPath": "../../../../resources/plugins" }, extraLocale: [ 'es' ], async:false, parseOnLoad:false };
In test.js I have
require(["CustomPath/MyModule/test", ...
This works fine in Firefox and Opera, but IE10 seems not able to detect the "CustomPath?" identity's path.
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
the problem was from my webserver. now it can be deleted. sorry for this unwanted record.