Ticket #5840 (assigned defect)
ContentPane onUnload event is called on programatic tab creation
| Reported by: | guest | Owned by: | bill |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by bill) (diff)
this problem happens only when I specify the href for the ContentPane?.
In ContentPane?.js file, _downloadExternalContent function calls the unload event handler.
_downloadExternalContent: function(){
this._onUnloadHandler();
...
I don't know why unload event handler is there.
Test page attached.
cheers
Attachments
Change History
Note: See
TracTickets for help on using
tickets.