#759 closed defect (fixed)
xdomain loading dojo.undo.browser does not work
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | xdomain dojo.undo.browser | Cc: | |
Blocked By: | Blocking: |
Description
Put test case here:
tests/xdomain/test_xdomainUndoBrowser.html
Problem is that dojo.undo.browser wants to write out a iframe while the page is loading. However, that code won't get executed until after all packages have been loaded (too late).
Need a mechanism to specify blocks of code that should run as soon as they are loaded from a .xd.js file. This will require some minor surgery in the xd loading code, and a code convention needs to be identified.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | → 0.3.1 |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It works, it just has to be in the custom-built dojo.js for the xdomain build, and the djConfig has to be set correctly to the right local dojo install (so that iframe_history.html is found correctly). I updated the the wiki page with this info.