Search and Top Navigation
#9236 closed bug (duplicate)
Opened April 20, 2013 05:44PM UTC
Closed April 20, 2013 09:21PM UTC
Focus timing bug on jQuery UI datepicker
Reported by: | kyle | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.core | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is a timing bug with input elements onfocus w/ the jQuery UI datepicker. When triggering focus w/ jQuery it will show the calendar briefly and then hide it.
The work around is the use setTimeout to delay the focus event.
Here's the bug: http://jsfiddle.net/B78JJ/6/
And the workaround: http://jsfiddle.net/B78JJ/7/
Attachments (0)
Change History (1)
Changed April 20, 2013 09:21PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #8556.