Search and Top Navigation
#3217 closed enhancement (notabug)
Opened August 18, 2008 01:25AM UTC
Closed August 18, 2008 07:21AM UTC
[ui.dialog] [feature-request] Ability to specify starting z-index to use
Reported by: | pwnedd | Owned by: | scottgonzalez |
---|---|---|---|
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.
Attachments (0)
Change History (1)
Changed August 18, 2008 07:21AM UTC by comment:1
milestone: | TDB → 1.6 |
---|---|
priority: | major → minor |
resolution: | → invalid |
status: | new → closed |
type: | feature → enhancement |
.dialog({zIndex:});
you can set it.