|
Rank: Member Groups: Member
Joined: 5/22/2008 Posts: 18
|
when using multiple modal dialogs, closing one model dialogs remove makes the other dialogs as model less.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That appears to be a bug. We will get that fixed as soon as possible. Thanks for letting us know!
Thanks
|
|
Rank: Member Groups: Member
Joined: 5/22/2008 Posts: 18
|
Thanks. and copy a mail to me as soon as it is fixed. now I my work arround for this is "closing all the dialog and opening it again as a model dialog".
|
|
Rank: Member Groups: Member
Joined: 5/28/2008 Posts: 11
|
Another problem similiar to this: openning a modal dialog, and then another modal dialog out of it, makes the first dialog's background color be transparent. Tried to define the background color as white but it didn't help.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
essential name wrote:Another problem similiar to this: openning a modal dialog, and then another modal dialog out of it, makes the first dialog's background color be transparent. Tried to define the background color as white but it didn't help. We are not aware of any of such problems. This sample demonstrates stacking modal dialog and it works fine: http://www.essentialobjects.com/Demo/Default.aspx?path=Dialog\_i1\_i7Can you try the same and see if it works for you?
|
|
Rank: Member Groups: Member
Joined: 5/28/2008 Posts: 11
|
well, it worked for me with the example you've given with 1 problem: when i click to open the first modal dialog, the root is "disabled", when i click to open the second (inner) modla dialog, the root and the first dialog are disabled, but when i close the second dialog the root becomes enabled (it makes the first dialog modal less). the same problem occurs both when running it from my computer and from your web site. Anyway, it didn't work with my code, since my first modal has a content-url, and so is the second content-url. Any idea how to solve it? I've put a white background wherever possible.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
We are aware of the "disabled" problem and we are working on it.
As for the transparent problem, we need you to provide a reproducing sample page. We will look into it as soon as we have that.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 5/22/2008 Posts: 18
|
even i got that problem. the steps to reproduce. 1. open a model dialog with a ContentUrl (dialog one) from main page (page one). 2. the page (page two) that is opened in the url has another model dialog (dialog two) embeded inside that page (page two). 3. open the model dialog (dialog two) from that page (page two) and that also has ContentUrl to open. 4. now the dialog (dialog one) from main page (page one) - the background turns to transparent.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Thanks for the additional information.
|
|