Opened 14 years ago

Closed 14 years ago

#4634 closed bug (fixed)

Incorrect month number

Reported by: moveax Owned by:
Priority: critical Milestone: 1.8
Component: ui.datepicker Version:
Keywords: Cc:
Blocked by: Blocking:

Description

Current month will be in selected date when using showOtherMonths: true, selectOtherMonths: true in any case. Even if click was on previous or next month.

Change History (2)

comment:1 Changed 14 years ago by moveax

It can be fixed by replacing line 1405: inst.id + '\',' + drawMonth + ',' + drawYear + ', this);return false;"') + '>' + actions with inst.id + '\',' + printDate.getMonth() + ',' + drawYear + ', this);return false;"') + '>' + actions

comment:2 Changed 14 years ago by kbwood

Resolution: fixed
Status: newclosed

Fixed in r2864.

Note: See TracTickets for help on using tickets.