#5351 closed defect (fixed)
destroy dialog fails to disconnect its modal intercepts
Reported by: | Dustin Machi | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Certain keys will fail to work if you destroy() a dialog instead of or without hide()ing it first. Making sure to hide() it first, ensures _modalConnects are disconnected, so they dont' get lost when the widget is destroy()d
Attachments (4)
Change History (8)
comment:1 Changed 13 years ago by
Owner: | set to dante |
---|---|
Status: | new → assigned |
Changed 13 years ago by
Attachment: | DialogDestroy.patch added |
---|
Changed 13 years ago by
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
fix