Search and Top Navigation
#4892 closed bug (fixed)
Opened October 05, 2009 12:06PM UTC
Closed October 24, 2012 09:05PM UTC
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: | |
Blocked by: | Blocking: |
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>
Attachments (0)
Change History (9)
Changed October 05, 2009 03:08PM UTC by comment:1
milestone: | TBD → 1.8 |
---|
Changed October 05, 2009 03:09PM UTC by comment:2
summary: | zIndex error while opening/showing ui.dialog modal:true → Dialog: zIndex error with animated modal dialog |
---|
Changed September 07, 2011 12:45PM UTC by comment:3
keywords: | → animation overlay |
---|
Changed October 11, 2012 02:47PM UTC by comment:4
milestone: | 1.9.0 → 1.10.0 |
---|
Changed October 16, 2012 04:03PM UTC by comment:5
milestone: | 1.10.0 → 1.7 |
---|
This has been fixed in 1.7.3,
Test here http://jsfiddle.net/davenaeder/7VS6N/1/
Changed October 16, 2012 04:03PM UTC by comment:6
resolution: | → fixed |
---|---|
status: | new → closed |
Changed October 16, 2012 08:32PM UTC by comment:7
milestone: | 1.7 → 1.10.0 |
---|---|
resolution: | fixed |
status: | closed → reopened |
I'm still seeing the dialog under the overlay during the animation.
Changed October 16, 2012 08:33PM UTC by comment:8
status: | reopened → open |
---|