Skip to main content

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 scottgonzalez comment:1

resolution: → worksforme
status: newclosed

Datepickers work fine for me. Feel free to reopen this ticket if you can provide a test case.

Changed August 14, 2009 01:35PM UTC by TRAHOMOTO comment:2

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted