Ticket #4892 (closed bug: fixed)
Dialog: zIndex error with animated modal dialog
| Reported by: | NovaYear | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.10.0 |
| Component: | ui.dialog | Version: | 1.7.2 |
| Keywords: | animation overlay | Cc: | |
| Blocking: | Blocked by: |
Description
if u use any kind of effects(puff,explode,slide,blablabla..) and "modal:true" in dialog options
if u will show dialog when the page is firstloaded
when the effect is in use dialog window is under overlay layer
when the effect is done it overlaps
I hope the problem will be over soon..
.
sorry my english is very bad..
.
my javascript codes :
//define config object
var dialogOpts = {
show: 'puff',
draggable: false,
autoOpen: false,
modal: true,
closeOnEscape: false
};
//create the dialog
$("#dialog").dialog(dialogOpts);
$('#dialog').dialog('option', 'buttons', { //no butons });
$("#dialog").dialog("open");
and my html codes :
<div id="dialog" title="Information !">
<p>
<span class="ui-icon ui-icon-info" style="float:left; margin:0 7px 50px 0;">
</span>
Working.. Please Wait !<br>
</p>
<br>
<p align="center">
<img src="images/giris/pbs.gif" title="Loading Animation" />
</p>
</div>
Change History
comment:2 Changed 4 years ago by scott.gonzalez
- Summary changed from zIndex error while opening/showing ui.dialog modal:true to Dialog: zIndex error with animated modal dialog
comment:5 Changed 7 months ago by davenaeder
- Milestone changed from 1.10.0 to 1.7
This has been fixed in 1.7.3, Test here http://jsfiddle.net/davenaeder/7VS6N/1/
comment:6 Changed 7 months ago by davenaeder
- Status changed from new to closed
- Resolution set to fixed
comment:7 Changed 7 months ago by scott.gonzalez
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from 1.7 to 1.10.0
I'm still seeing the dialog under the overlay during the animation.
comment:9 Changed 7 months ago by Jörn Zaefferer
- Status changed from open to closed
- Resolution set to fixed
Dialog: Use _show and _hide consistently. Fixes #4892 - Dialog: zIndex error with animated modal dialog.
Changeset: d07074dc3c3b2c73ccf1ed1cb2876df31154e039

