Search and Top Navigation
#7884 closed bug (duplicate)
Opened November 15, 2011 02:06PM UTC
Closed October 16, 2012 12:59PM UTC
Dialog: Date picker gets behind dialog when clicked twice
Reported by: | Cloetn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.dialog | Version: | 1.8.16 |
Keywords: | datepicker | Cc: | |
Blocked by: | Blocking: |
Description
When you have a date picker placed in a dialogue and open it the first time everything works fine but when you click on the textbox AGAIN the date picker will get BEHIND the date picker.
So basically:
1th click: Date picker gets before dialogue.
2nd click: Date picker gets behind dialogue.
Attachments (0)
Change History (4)
Changed November 16, 2011 08:19AM UTC by comment:1
_comment0: | The jQuery timepicker plugin from 'François Gélinas' (http://fgelinas.com/code/timepicker/) had the same problems. He has already fixed it. This is the mail he send me: \ \ 'I just pushed a fix for the problem to github, grab it at https://github.com/fgelinas/timepicker \ I added a click event on the input and simply re-adjust zIndex on click, they probably could add this to datepicker as well.' \ → 1321431564703412 |
---|
Changed October 11, 2012 02:47PM UTC by comment:2
milestone: | 1.9.0 → 1.10.0 |
---|
Changed October 15, 2012 05:58PM UTC by comment:3
_comment0: | Was able to recreate this problem when using IE9. Wasn't able to recreate it in Chrome. → 1350323953382502 |
---|---|
keywords: | → datepicker |
status: | new → open |
summary: | Date picker gets behind dialog when clicked twice → Dialog: Date picker gets behind dialog when clicked twice |
Was able to recreate this problem when using IE9 and Chrome.
The jQuery timepicker plugin from 'François Gélinas' (http://fgelinas.com/code/timepicker/) had the same problem. He has already fixed it. This is the mail he send me:
'I just pushed a fix for the problem to github, grab it at https://github.com/fgelinas/timepicker
I added a click event on the input and simply re-adjust zIndex on click, they probably could add this to datepicker as well.'