Ticket #5887 (closed enhancement: fixed)
Allow dojo to be added to the DOM after page load
| Reported by: | jburke | Owned by: | jburke |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.1 |
| Component: | PackageSystem | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | josh@… |
Description (last modified by jburke) (diff)
This is related to ticket #5432. However, that ticket wants a way for us to trigger dojo's "loaded" state even if someone clobbers our onload hooks.
This ticket is to track allowing dojo to be added to the DOM after the page load. So, in that case, the domcontentloaded/window onload has already fired. In that case, we can just use a timeout (hopefully) to trigger dojo's "loaded" state.
Change History
Note: See
TracTickets for help on using
tickets.