Opened 14 years ago
Closed 14 years ago
#4338 closed bug (duplicate)
DatePicker shown under Dialog box
Reported by: | mattdeclaire | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.datepicker | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I loaded a form with AJAX into a Dialog box. Inside the form I had a text box, and applied datepicker() to it. Everything worked fine, but the z-index of the datepicker was lower than the dialog box, and therefore hidden.
Change History (6)
comment:1 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:4 Changed 14 years ago by
Milestone: | TBD → 1.7.2 |
---|
This needs either get fixed in code or properly documented.
comment:5 Changed 14 years ago by
Milestone: | 1.7.2 → 1.8 |
---|
comment:6 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Duplicate of #4580.
Note: See
TracTickets for help on using
tickets.
You need to adjust the z-index of the datepicker appropriately in the CSS for your site:
#ui-datepicker-div { z-index: ???; }