Search and Top Navigation
#6775 closed bug (fixed)
Opened December 22, 2010 01:40PM UTC
Closed May 06, 2011 05:29PM UTC
Last modified October 17, 2012 04:36AM UTC
DatePicker remains open when tabbing out
Reported by: | postb99 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.13 |
Component: | ui.datepicker | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
I stumbled upon the following behavior and applied the proposed fix :
http://forum.jquery.com/topic/close-datepicker-when-input-loses-focus
In my case, I use JQuery 1.3.2, and when I tab from one form field to another one (in fact, out of the text input a datepicker is atteched to), I may have a datepicker calendar remain open, but not at its normal place : at the top left corner of my browser window, as if it was orphaned. It seems related to how fast I tab between fields.
Attachments (0)
Change History (5)
Changed May 06, 2011 03:53PM UTC by comment:1
Changed May 06, 2011 05:29PM UTC by comment:2
Changed May 06, 2011 05:31PM UTC by comment:3
Datepicker: Moved the setting of _datepickerShowing to after postProcess to prevent being able to tab away leaving the datepicker open. Fixed #6775 - DatePicker remains open when tabbing out
Changeset: 73602652acd6908acaad27c29a5e3562e7538b5b
Changed May 06, 2011 05:33PM UTC by comment:4
milestone: | 1.9 → 1.8.13 |
---|
I have sent a pull request at https://github.com/jquery/jquery-ui/pull/218.
Thanks