Ticket #2683 (closed defect: fixed)
xdomain: loading a local file after page load causes an error.
| Reported by: | jburke | Owned by: | jburke |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PackageSystem | Version: | 0.4.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Using an xdomain build, after page load, if you do:
dojo.require("something.local");
dojo.addOnLoad(function(){
something.local.foo();
});
The addOnLoad listener function will be called immediately, but the module is still waiting for the xd loader to do the final eval of the module.
Change History
Note: See
TracTickets for help on using
tickets.