Opened 10 years ago
Closed 10 years ago
#13023 closed defect (worksforme)
dijit.Menu.destroyRecursive() / dijit.Menu.destroy() fails in FF 4.0.1
Reported by: | DannyR | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Seems to be fine in IE, FF 3.6 - have not tested in other browsers.
When creating a right-click menu on a tree, and then destroying it to create a different menu, the object still exists (thus causing a 'tried to register...' error).
We are upgrading from 1.4->1.6.1 (been on every version since .43 otherwise), so this bug may exist in interim builds - don't know.
Change History (3)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Working on isolating an example for you. Our app is multi-layered.
comment:3 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
OK, I'll reopen the ticket if/when you attach an isolated example, thanks.
Note: See
TracTickets for help on using
tickets.
It's working fine for me in http://download.dojotoolkit.org/release-1.6.1/dojo-release-1.6.1/dijit/tests/test_Menu.html (the create and destroy buttons). Can you attach a test case?