Ticket #4580 (closed bug: fixed)
Datepicker appears underneath other widgets
| Reported by: | dsample | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8 |
| Component: | ui.datepicker | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The datepicker widget appears underneath other widgets.
I fixed this by adding z-index:100 to the .ui-datepicker CSS, but this might be different if you use datepickers that aren't pop-ups.
Change History
comment:2 in reply to: ↑ description Changed 3 years ago by quaff
Replying to dsample:
The datepicker widget appears underneath other widgets.
I fixed this by adding z-index:100 to the .ui-datepicker CSS, but this might be different if you use datepickers that aren't pop-ups.
z-index:100 is not enough because dialog is 1000
Note: See
TracTickets for help on using
tickets.

