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?