Skip to main content

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 kbwood comment:1

resolution: → wontfix
status: newclosed

You need to adjust the z-index of the datepicker appropriately in the CSS for your site:

#ui-datepicker-div { z-index: ???; }

Changed April 06, 2009 01:34PM UTC by ecaron comment:2

If the UI theme can't be updated to address this, could the documentation at least be improved to address this? It seems like many people have this issue.

Changed May 07, 2009 09:01AM UTC by jzaefferer comment:3

resolution: wontfix
status: closedreopened

Changed May 07, 2009 09:02AM UTC by jzaefferer comment:4

milestone: TBD1.7.2

This needs either get fixed in code or properly documented.

Changed May 07, 2009 01:29PM UTC by jzaefferer comment:5

milestone: 1.7.21.8

Changed September 08, 2009 11:49PM UTC by kbwood comment:6

resolution: → duplicate
status: reopenedclosed

Duplicate of #4580.