Opened 14 years ago
Closed 14 years ago
#3619 closed bug (fixed)
Setting a date pops up the datepicker window
Reported by: | deebo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.datepicker | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using datepicker as a "container for dates", where outside elements can affect its selected date (like setting predetermined date ranges), using
$('#mypicker').datepicker("setDate", new Date());
opens the datepicker window for soem reason, should atleast be possible to turn this behaviour off.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.next |
---|
comment:2 Changed 14 years ago by
Milestone: | 1.next → 1.6 |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in the HEAD. At the end of _updateDatepicker, replace the focus test with:
if ($.datepicker._curInst == inst)