#1411 closed defect (wontfix)
New dialog, when shown, does not disable other shown dialog.
Reported by: | tdondich | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you show a dialog while another dialog is showing, the previous dialog is not disabled like the rest of the content. Either make default behavior or provide a switch to disable other dialogs.
Attachments (1)
Change History (8)
comment:1 Changed 14 years ago by
Milestone: | → 0.5 |
---|---|
Version: | 0.2 → 0.3 |
comment:2 Changed 14 years ago by
Component: | Widgets → Dijit |
---|---|
Owner: | changed from bill to koranteng |
comment:3 Changed 14 years ago by
Milestone: | 0.9 → 1.0 |
---|
comment:4 Changed 14 years ago by
Milestone: | 1.0 → 2.0 |
---|---|
Owner: | koranteng deleted |
comment:5 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
OK, if you need multiple dialogs shown at once need to use dojox.layout.FloatingPane?. Won't support it for dijit.Dialog.
comment:7 Changed 12 years ago by
Hi, We have a patch to enable the Multiple Dialog support which is directly added to the dojo toolkit library file dijit.Dialog.js,
Would you be interested?
Changed 12 years ago by
Attachment: | Dialog-multipleDialog.patch added |
---|
Patch to support Multiple Dialogs
Note: See
TracTickets for help on using
tickets.
Not sure if we even want to support multiple dialogs overlaying each other. Punting to 1.0 for now.