Opened 12 years ago
Closed 12 years ago
#8262 closed defect (fixed)
dojox.form.DropDownSelect doesn't clean up its menu when destroyed
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Form | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When you destroy a dropdown select widget, it doesn't clean up its menu when it gets destroyed (if it created the menu) - this is because the menu is created in javascript - not the template - and the widget never gets added to _supportingWidgets...
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Found the issue - it actually *isn't* cleaning up the menu as expected.
Note: See
TracTickets for help on using
tickets.
Nevermind - this isn't really the case....