#4707 closed bug (worksforme)
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', 'Готово');
Change History (3)
comment:1 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
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
Datepickers work fine for me. Feel free to reopen this ticket if you can provide a test case.