Opened 14 years ago
Closed 14 years ago
#3217 closed enhancement (notabug)
[ui.dialog] [feature-request] Ability to specify starting z-index to use
Reported by: | pwnedd | Owned by: | Scott González |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In order to avoid conflicts with other UI components and effects that make use of high z-indices (e.g. datepicker, shadowbox, etc), it would be helpful to be able to specify the starting z-index to use. Currently, dialogs are displayed starting at z-index: 1001. When used with shadowbox this has the effect that the dialog remains on top of the dimmed screen.
Change History (1)
comment:1 Changed 14 years ago by
Milestone: | TDB → 1.6 |
---|---|
Priority: | major → minor |
Resolution: | → invalid |
Status: | new → closed |
Type: | feature → enhancement |
Note: See
TracTickets for help on using
tickets.
.dialog({zIndex:});
you can set it.