Search and Top Navigation
#4338 closed bug (duplicate)
Opened March 13, 2009 10:47PM UTC
Closed September 08, 2009 11:49PM UTC
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.
Attachments (0)
Change History (6)
Changed April 01, 2009 06:06AM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Changed April 06, 2009 01:34PM UTC by comment:2
Changed May 07, 2009 09:01AM UTC by comment:3
resolution: | wontfix |
---|---|
status: | closed → reopened |
Changed May 07, 2009 09:02AM UTC by comment:4
milestone: | TBD → 1.7.2 |
---|
This needs either get fixed in code or properly documented.
Changed May 07, 2009 01:29PM UTC by comment:5
milestone: | 1.7.2 → 1.8 |
---|
You need to adjust the z-index of the datepicker appropriately in the CSS for your site:
#ui-datepicker-div { z-index: ???; }