Closed GoogleCodeExporter closed 9 years ago
It works in 2.1
Example here:
http://jsfiddle.net/dioslaska/pHtUF/
Original comment by diosla...@gmail.com
on 31 Oct 2012 at 6:34
Still it does not work if you try to change both the min and max dates.
See this example:
http://jsfiddle.net/pHtUF/3/
Original comment by marcin.floryan
on 1 Nov 2012 at 2:33
Original comment by diosla...@gmail.com
on 1 Nov 2012 at 2:59
Thank you for the bug report, I identified the problem and will be fixed for
the next release.
A workaround for this (on 2.1) to update multiple options at once:
$('#container').scroller('option', { minDate: new Date(2011,05,10), maxDate:
new Date(2011,10,10) });
Original comment by diosla...@gmail.com
on 2 Nov 2012 at 9:17
Thanks. The workaround works fine for us. Might be worth putting this into docs
as a legitimate example I suppose.
Original comment by marcin.floryan
on 6 Nov 2012 at 3:14
Fixed in 2.2
Original comment by diosla...@gmail.com
on 26 Nov 2012 at 1:05
Original issue reported on code.google.com by
marcin.floryan
on 30 Oct 2012 at 3:37