#2683 closed defect (fixed)
xdomain: loading a local file after page load causes an error.
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Loader | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
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 (9)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|
comment:5 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Fix did not address the debugAtAllCosts case. Reopening. Also, I think the core issue is fixing something that happened in r7590
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|
Note: See
TracTickets for help on using
tickets.
There is a test case in tests/loader/2683