Opened 13 years ago
Closed 13 years ago
#5094 closed bug (invalid)
DatePicker z-index
Reported by: | harveymushman | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | misc | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When the date picker is added to a modal dialog (a div tag with a higher value z-index than the parent page), the date picker does not adapt the z-index of the modal dialog as a starting point. Rather it uses the parent page which causes the date picker to render under the modal dialog.
Seems to me the "auto" z-index needs to take into account the nesting on the page before it renders into the wrong location.
The work-a-round is to manually set the z-index in the ui.datepicker-div CSS file to a value greater than the maximum nesting value.
Change History (1)
comment:1 Changed 13 years ago by
Component: | unfiled → misc |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Not a jQuery core bug. If this is the jQuery UI date picker, file a bug there. They will want a test case.