jilouc / jplex

Automatically exported from code.google.com/p/jplex
0 stars 0 forks source link

Calendar item position changes on month switch #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Select any date other than the first day
2. Change the month
3. Change back to the month

Expected: No changes in the selection
Current: Select the first day of the month

Tests added on the calendar batch

Original issue reported on code.google.com by loic.petit@gmail.com on 22 Feb 2009 at 12:42

GoogleCodeExporter commented 9 years ago

Original comment by loic.petit@gmail.com on 22 Feb 2009 at 1:08

GoogleCodeExporter commented 9 years ago

Original comment by loic.petit@gmail.com on 22 Feb 2009 at 1:11

GoogleCodeExporter commented 9 years ago

Original comment by loic.petit@gmail.com on 22 Feb 2009 at 1:22

GoogleCodeExporter commented 9 years ago
Issue fixed.
When you navigate through months, the same date will be selected (or the closest
inferior date if it doesn't exist in the new month).

Modified next and previous methode in jplex.components.Calendar

Original comment by neming...@gmail.com on 26 Feb 2009 at 11:04