Skip to main content

Search and Top Navigation

#2929 closed enhancement (fixed)

Opened May 31, 2008 01:45AM UTC

Closed June 03, 2008 08:28PM UTC

Dialog: add stacking option

Reported by: scottgonzalez Owned by: scottgonzalez
Priority: major Milestone: 1.5
Component: ui.dialog Version:
Keywords: Cc:
Blocked by: Blocking:
Description

From Nate at Liferay:

The moveToTop function is great, but is there a way to disable that on a per dialog basis? What's happening is that we're calling our color picker popup from a dialog, and we're setting the zIndex on the color picker to 1 above the dialog, but every click increases that, moving the color picker behind the dialog.

The other issue is when passing in a default zIndex, what the dialog ends up getting is actually a value of 4 above what you passed in.

I guess, I'm asking, is there a way to manage the stacking order, and making sure it's at the zIndex you state and stays there?

Attachments (1)
  • stack.patch (2.9 KB) - added by scottgonzalez June 03, 2008 05:59PM UTC.
Change History (2)

Changed May 31, 2008 01:45AM UTC by scottgonzalez comment:1

status: newaccepted

Changed June 03, 2008 08:28PM UTC by scottgonzalez comment:2

resolution: → fixed
status: acceptedclosed

Fixed in [133]. There is now a stack option.