Opened 14 years ago
Closed 13 years ago
#4804 closed bug (fixed)
onChangeMonthYear fires at first run
Reported by: | ivanko | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When datepicker is used as inline component and function for onchangemonthyear is defined then at first run (when no event supplied) this function is executed with current day parameters. This leads to cycle when function defined like this function onChangeMonthYearExample (y,m,i) {
document.location = "?dt=" + y + "." + m + ".01";
}
Note: See
TracTickets for help on using
tickets.
Doesn't make sense that a change callback is called on init.