Datepicker (1.6RC5) issue with multiple rows

Datepicker (1.6RC5) issue with multiple rows


the options:
        numberOfMonths: [2,3],
        stepMonths: 4,
        showOn: 'both',
        buttonImage: '/common/images/calendar.png',
        buttonImageOnly: true
should display for example:
1 2 3
4 5 6
But if the month in 3's position has less weeks than either of the
months to the left of it (1, 2), it displays the second row
incorrectly. So you might end up with:
1 2 3
4 5
6
I scrolled several months and it seems to be always true. You can see
how it is happening easily with Firebug highlighting. Setting a fixed
CSS height to the monthly divs fixes it. Is anyone else fixing this
another way, or there is possible a fix in the works for a future
release?
Thanks,
Milton