Opened 14 years ago

Closed 14 years ago

#4420 closed bug (fixed)

showMonthAfterYear make calendar disorder

Reported by: whydream@… Owned by:
Priority: minor Milestone: 1.8
Component: ui.datepicker Version: 1.7.1
Keywords: showMonthAfterYear Cc: whydream@…
Blocked by: Blocking:

Description

$('#datepicker').datepicker({

dateFormat: 'yy-mm-dd', changeMonth: true, changeYear: true, showMonthAfterYear: true

});

when set showMonthAfterYear as true, will make calendar div disorder

Attachments (2)

bug.jpg (15.1 KB) - added by whydream@… 14 years ago.
bug preview
4420.patch (551 bytes) - added by bhornseth 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by whydream@…

Attachment: bug.jpg added

bug preview

comment:1 Changed 14 years ago by Scott González

Milestone: TBD1.8

Changed 14 years ago by bhornseth

Attachment: 4420.patch added

comment:2 Changed 14 years ago by bhornseth

This is a second case that was missed in #3712.

comment:3 Changed 14 years ago by Scott González

Resolution: fixed
Status: newclosed

Fixed in r3487. Thanks bhornseth.

Note: See TracTickets for help on using tickets.