Search and Top Navigation
#5078 closed bug (duplicate)
Opened January 19, 2010 11:52AM UTC
Closed January 27, 2010 01:46PM UTC
Last modified October 11, 2012 09:15PM UTC
Datepicker does not work in Dialog Box
Reported by: | BenjaminFlesch | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | overlap, dialog | Cc: | |
Blocked by: | Blocking: |
Description
Recently I've experienced a problem with the handy datepicker plugin included in jquery ui:
When you place an input[type=text] in a div, attach a datepicker to it and create a modal dialog out of this div, the datepicker popup is not shown any more.
Sometimes I'm able to have a sneak peek at it the moment the dialog is closed, so there seems to be a problem with the z-index of the dialog box being greater than the datepicker popup's one.
This is my first bug report in here, all apologies if I didn't fit the etiquette 100% :-)
Duplicate of #4580