#6949 closed bug (fixed)
Datepicker: Rendering problem after changing numberOfMonths option
Reported by: | KrishnarajD | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.13 |
Component: | ui.datepicker | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When i try to set the datepicker's "numberOfMonths" value to 2 at runtime, the datepicker alignment was not proper.
//Checked by using the below code snippet. $( "#datepicker" ).datepicker( "option", "numberOfMonths", 2 );
Checked in the below link using Firebug tool.
http://jqueryui.com/demos/datepicker/#multiple-calendars
Change History (5)
comment:1 Changed 13 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Status: | new → open |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
@kzys: The problem is with $( "#datepicker" ).datepicker( "option", "numberOfMonths", 2 ) after initialization.
comment:4 Changed 12 years ago by
Milestone: | 1.9 → 1.8.13 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Fixed in 116acb4cb28c4a091547648132316b7f8e9e6072 when #6704 was fixed.
comment:5 Changed 12 years ago by
Summary: | Datepicker-Issue with "numberOfMonths" option → Datepicker: Rendering problem after changing numberOfMonths option |
---|
Note: See
TracTickets for help on using
tickets.
What is your browser? I can't reproduce alignment problem with Firefox 4 and Safari 5. My test code is below.