Search and Top Navigation
#7651 closed bug (duplicate)
Opened August 18, 2011 04:02PM UTC
Closed August 19, 2011 01:18AM UTC
Last modified August 19, 2011 01:18AM UTC
datepicker on <div> fires onSelect too early
Reported by: | letterpress | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.15 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
As of 1.8.15, datepicker's onSelect event works as expected on an <input> element:
http://jsfiddle.net/letterpress/zYMB2/5/
...but not on <div> element:
http://jsfiddle.net/letterpress/zYMB2/6/
In 1.8.15, onSelect fires when the datepicker is created.