This topic contains 3 replies, has 2 voices, and was last updated by Hristo 8 years ago.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Dialogs and Notifications › Window › Window display issue
Tagged: Angular window, angular2 window, bootstrap window, javascript window, jquery window, jqwidgets window, jqxwindow, typescript window
This topic contains 3 replies, has 2 voices, and was last updated by Hristo 8 years ago.
I’ve discovered some odd behavior involving windows opening windows. It seems that if a non-modal window opens up a modal window inside it (defined within its content space), the new modal window appears behind the non-modal window, regardless of zIndex setup.
This jsfiddle lets you play around with what I’m describing.
Is this intended behavior? I would expect any window opened by another window to appear on top of it, and I would expect modal windows to be on top of all other windows, in the order they’re opened.
Hello Pfhoenix,
You could try with the bigger difference in the “zIndex”.
Please, take a look at this example.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
Thanks, that does seem to work. Any idea why the larger zIndex separation is necessary?
Hello Pfhoenix,
We will investigate this.
I would suggest you use without zIndex
or just set some sensitive bigger value for this property.
Also, because each window is separated could be created out of the other windows and out of the initContent.
Please, take a look at this example:
http://jsfiddle.net/36oa3bvy/
Thank you for your understanding.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
You must be logged in to reply to this topic.