Ticket #5141 (closed defect: duplicate)
Dialog hide() and then uninitialize() produces js error
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.1 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | Dialog hide initialize |
| Cc: | tk |
Description
If you create a dialog, and then hide it, and uninitialize it, it produces an error: this.domNode has no properties. I use this when creating dialogs dynamically, and I have to uninitialize them in order to be able to create and show them again.
BTW, just unitializing without hiding it will destroy the widget without error, but it will leave the widget showing.
I'm using FF 2.0.0.8 on a Mac, against dojo 1.0.0
Attachments
Change History
Note: See
TracTickets for help on using
tickets.