Ticket #5764 (closed defect: fixed)
Dijit form widgets can fire _layoutHack method after they have been destroyed
| Reported by: | sorvell | Owned by: | sorvell |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Since the code in the _layoutHack method is called in a setTimeout, it can fire after the Dijit has been destroyed. Other than being generally bad, this causes specific problems since the delayed function references the dijit's domNode.
Change History
Note: See
TracTickets for help on using
tickets.