Search and Top Navigation
#4707 closed bug (worksforme)
Opened July 23, 2009 02:28PM UTC
Closed August 12, 2009 12:49PM UTC
Last modified October 11, 2012 09:15PM UTC
Datepicker 1.7.2
Reported by: | TRAHOMOTO | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
''Sorry for my English, I use a translator''
After updating the jQuery UI to version 1.7.2 Datepicker sets today in INPUTs where indicated any value. But if the INPUT is empty, then everything is fine.
Datepicker settings such:
$("#datepicker,#datepicker2").datepicker({showOn: 'button', buttonImage: 'images/calendar.gif', buttonImageOnly: true});
$("#datepicker,#datepicker2").datepicker('option', {dateFormat: 'yy-mm-dd' });
$("#datepicker,#datepicker2").datepicker('option', {dayNamesMin: ['Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'] });
$("#datepicker,#datepicker2").datepicker('option', 'firstDay', 1);
$("#datepicker,#datepicker2").datepicker('option', 'monthNames', ['Январь','Февраль','Март','Апрель','Май','Июнь','Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь']);
$("#datepicker,#datepicker2").datepicker('option', 'showButtonPanel', true);
$("#datepicker,#datepicker2").datepicker('option', 'currentText', 'Сегодня');
$("#datepicker,#datepicker2").datepicker('option', 'closeText', 'Готово');
Attachments (0)
Change History (3)
Changed August 12, 2009 12:49PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed August 14, 2009 01:35PM UTC by comment:2
Here's an archive with an example http://www.zoom.lg.ua/datepicker/datepicker.rar or test page http://www.zoom.lg.ua/datepicker/index.html
Changed October 11, 2012 09:15PM UTC by comment:3
milestone: | TBD |
---|
Milestone TBD deleted
Datepickers work fine for me. Feel free to reopen this ticket if you can provide a test case.