Opened 14 years ago
Closed 14 years ago
#2623 closed defect (wontfix)
[Patch]ModalFloating over an other modal FloatingPane does not work properly
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you open a modal floating pane and open an other one over the first one, when you close the second one, the first is hidden by its background : testCase :
<script type="text/javascript" src="dojo-0.4/dojo.js"></script> <script type="text/javascript">
dojo.require('dojo.widget.FloatingPane?');
</script> <script type="text/javascript"> </script> </head> <body>
<a href="#" onclick="dojo.widget.byId('dial1').show()">Open1</a> <div dojoType="ModalFloatingPane?" id="dial1">
<a href="#" onclick="dojo.widget.byId('dial2').show()">Open1</a></div>
<div dojoType="ModalFloatingPane?" id="dial2"></div>
</body>
The patch is attached
Attachments (2)
Change History (3)
Changed 14 years ago by
Attachment: | FloatingPane.2623.patch.txt added |
---|
Changed 14 years ago by
Attachment: | FloatingPane.2623-2.patch.txt added |
---|
a second patch to add at the first one to ensure bg div stay as bg div :p
comment:1 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Sorry, all this code is gone in 0.9, and we aren't supporting dialogs on top of dialogs (although eventually we will). Going to close this bug for now as I don't think we can use the patch.
patch