#5893 closed defect (wontfix)
SplitContainer fails on destroy() if calling destroy after using the resize handle
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit | Version: | 1.0 |
Keywords: | SplitContainer resize destroy | Cc: | |
Blocked By: | Blocking: |
Description
If you call destroy() on a SplitContainer? after you have used the resize handle to resize the panes that make up the SplitContainer?, dojo will throw the error "dojo._disconnect.apply(this, handle);". This appears to be very similar to this ticket fixed in the resizeHandle: http://trac.dojotoolkit.org/ticket/5442
The result is that you are unable to destroy the SplitContainer? and it will be left registered.
Note: See
TracTickets for help on using
tickets.
SplitContainer? is being deprecated in Dojo 1.1 for BorderContainer?, so marking wontfix.