#3143 closed defect (fixed)
dijit.menu cleanup error
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To reproduce: Open dijit/tests/test_Menu.html Right click to open popup menu leftclick outside of popupmenu to close it Attach a debugger to IE Reload the page
An error is trigger in dijit.util.PopupManager?._setWindowEvents where an attempt to disconenct an event but targetWindow._onmousedownhandler is null.
I think _setWindowEvents is somehow being called multiple times
Note: See
TracTickets for help on using
tickets.
(In [8735]) Refactor cleanup of handlers... fixes #3143.