Skip to main content

Search and Top Navigation

#9072 closed bug (notabug)

Opened February 08, 2013 09:56PM UTC

Closed February 13, 2013 04:46PM UTC

Overlay on top of dialog

Reported by: nrandal Owned by: nrandal
Priority: minor Milestone: none
Component: ui.dialog Version: 1.10.0
Keywords: Cc:
Blocked by: Blocking:
Description

The overlay is blocking the dialog because of position and same level z-index. ui-front is applying z-index 100 to both the light box and the overlay. When they are they same the position of the elements is important. The new ui code is appending the overlay to the body which is positioning the overlay after the dialog. When this happens the overlay is above the dialog. Previous versions of ui code including the demo page place the overlay ahead of the lightbox.

Attachments (0)
Change History (3)

Changed February 08, 2013 10:10PM UTC by scottgonzalez comment:1

owner: → nrandal
status: newpending

Since you didn't provide a reduced test case and http://view.jqueryui.com/1.10.0/demos/dialog/modal.html is working just fine, I'll just have to guess what you're doing. Are you using the appendTo option?

Changed February 13, 2013 04:33PM UTC by nrandal comment:2

status: pendingnew

I apologize, this was user error. Please close the bug. appendTo was not specified, however a developer was manipulating DOM.

Changed February 13, 2013 04:46PM UTC by scottgonzalez comment:3

resolution: → notabug
status: newclosed