Skip to main content

Search and Top Navigation

#4420 closed bug (fixed)

Opened April 01, 2009 09:55AM UTC

Closed December 04, 2009 04:03AM UTC

showMonthAfterYear make calendar disorder

Reported by: whydream@163.com Owned by:
Priority: minor Milestone: 1.8
Component: ui.datepicker Version: 1.7.1
Keywords: showMonthAfterYear Cc: whydream@163.com
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)
  • 4420.patch (0.5 KB) - added by bhornseth December 04, 2009 02:16AM UTC.
  • bug.jpg (15.1 KB) - added by whydream@163.com April 01, 2009 09:56AM UTC.

    bug preview

Change History (3)

Changed April 08, 2009 01:42AM UTC by scottgonzalez comment:1

milestone: TBD1.8

Changed December 04, 2009 02:18AM UTC by bhornseth comment:2

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

Changed December 04, 2009 04:03AM UTC by scottgonzalez comment:3

resolution: → fixed
status: newclosed

Fixed in r3487. Thanks bhornseth.