jQuery UI Widgets Forums Dialogs and Notifications Window Window display issue

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)
  • Author
  • Window display issue #91030

    Pfhoenix
    Participant

    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.

    http://jsfiddle.net/du7Kd/59/

    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.

    Window display issue #91055

    Hristo
    Participant

    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

    Window display issue #91118

    Pfhoenix
    Participant

    Thanks, that does seem to work. Any idea why the larger zIndex separation is necessary?

    Window display issue #91160

    Hristo
    Participant

    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

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.