Skip to main content

Search and Top Navigation

#6741 closed bug (duplicate)

Opened December 10, 2010 04:18PM UTC

Closed December 10, 2010 04:24PM UTC

Last modified December 10, 2010 04:24PM UTC

Dialog overlay dissapears by closeing a dialog

Reported by: therufa Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.6
Keywords: Cc:
Blocked by: Blocking:
Description

I discovered an error while developing a webapp that uses multiple modal boxes one above the other.

Because every dialog is created with jquery dom the app removes each element after closing the dialog.

If the app generates multiple modal dialogs theres a bug: the overlay disappears from the dialog with the

smallest z-index.

So when I open a modal dialog from a modal dialog, then close the newly opened dialog and open a new one,

jqueryui uses the overlay from the dialog beneath it.

I created a sample here: http://jsfiddle.net/LvTwf/1/

The html modal boxes work, the automatic generated ones not really.

Attachments (0)
Change History (2)

Changed December 10, 2010 04:24PM UTC by scottgonzalez comment:1

component: ui.coreui.dialog
resolution: → duplicate
status: newclosed

This has already been fixed: http://jsbin.com/iniyo4

Presumably a duplicate of #6645.

Changed December 10, 2010 04:24PM UTC by scottgonzalez comment:2

Duplicate of #6645.