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";

}

Change History (2)

comment:1 Changed 13 years ago by Jörn Zaefferer

Milestone: TBD1.8

Doesn't make sense that a change callback is called on init.

comment:2 Changed 13 years ago by kbwood

Resolution: fixed
Status: newclosed

Fixed in r3639.

Note: See TracTickets for help on using tickets.