Opened 13 years ago
Closed 13 years ago
#5009 closed defect (fixed)
dojox: grid -- grid doesnt clean up correctly on destroy()
Reported by: | tk | Owned by: | tk |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | General | Version: | 0.9 |
Keywords: | grid destroy | Cc: | |
Blocked By: | Blocking: |
Description
Grid.js is missing: this.inherited(arguments); in its destroy() function... the result of not having this is that you get a build up of DojoX_Grid_X objects in the dijit registry...
Note: See
TracTickets for help on using
tickets.
(In [11384]) fixes #5009 added this.inherited(arguments); to Grid.js's destroy() routine.
This fixes subsequent this.domNode has no property errors that may arise from the Grid not being fully destroyed.