Calendar with limits (in past) bug
Reported by blakaz | August 24th, 2010 @ 03:53 PM
Sample code:
var form_birthDate_options = {
showButtons: true,
format: '%d.%m.%Y',
listYears: true,
fxName: null,
hideOnPick: true,
minDate: new Date(1910, 7, 24),
maxDate: new Date(1992, 7, 24)
};
var form_birthDate_calendar = new Calendar(form_birthDate_options);
form_birthDate_calendar.assignTo('form_birthDate');
form_birthDate_calendar.setDate(form_birthDate_calendar.options.maxDate);
See attached image.
When calendar is visible it does not 'jump' to the 'maxDate' date. And calendar shows current month. If I click the [<] button the calendar shows correct date (date-month-year).
Comments and changes to this ticket
-
MadRabbit August 26th, 2010 @ 01:25 PM
- Tag changed from calendar to calendar, ui
похоже на баг, проверю сегодня вечером. я правильно понял, что это RightJS 1 ?
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.