Opened 13 years ago
Closed 13 years ago
#2929 closed enhancement (fixed)
Dialog: add stacking option
Reported by: | Scott González | Owned by: | Scott González |
---|---|---|---|
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)
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → accepted |
---|
Changed 13 years ago by
Attachment: | stack.patch added |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [133]. There is now a stack option.