Opened 13 years ago
Closed 10 years ago
#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: | |
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>
Change History (9)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 13 years ago by
Summary: | zIndex error while opening/showing ui.dialog modal:true → Dialog: zIndex error with animated modal dialog |
---|
comment:3 Changed 12 years ago by
Keywords: | animation overlay added |
---|
comment:4 Changed 10 years ago by
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:5 Changed 10 years ago by
Milestone: | 1.10.0 → 1.7 |
---|
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 10 years ago by
Milestone: | 1.7 → 1.10.0 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
I'm still seeing the dialog under the overlay during the animation.
comment:8 Changed 10 years ago by
Status: | reopened → open |
---|
comment:9 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Dialog: Use _show and _hide consistently. Fixes #4892 - Dialog: zIndex error with animated modal dialog.
Changeset: d07074dc3c3b2c73ccf1ed1cb2876df31154e039
Note: See
TracTickets for help on using
tickets.
This has been fixed in 1.7.3, Test here http://jsfiddle.net/davenaeder/7VS6N/1/