Version: "v9.0_2013-07-03/LGPL Development Only"
Browser: Firefox 26.0
Basically, when a DateTimeItem has a value with time 00:00 and the user clicks on the DateTimeItem picker, the picker automatically selects the day prior.
Steps to reproduce:
1) On a DateTimeItem, click on the Date picker and select a date with time 00:00 (e.g. March 13, 00:00)
2) The time for the field will display the correct date/time
3) Click the picker again and you'll see that the day prior is now selected (e.g. March 12, 00:00)
4) Click on apply, and now the date will be the day prior
5) Repeat steps 3-4 multiple times and the date will keep travelling backwards
Expected:
The picker should not set the date to the one before. If I choose March 13, 00:00 and click on the picker again, it should preselect March 13, 00:00. Not March 12, 00:00.
---------------------------
This issue also translates over to the setDefaultChooserDate() functionality. If I set the default date as March 13, 00:00 and select the date picker, the preselected date will not be March 13, 00:00 as I expect but rather March 12, 00:00.
Please, any advice on how to work around this issue in the meantime or perhaps an estimate of when this might be resolved would be amazing.
Thanks!
---------------
Edit: The same issue occurs for the DateTime picker for ListGrids.
Browser: Firefox 26.0
Basically, when a DateTimeItem has a value with time 00:00 and the user clicks on the DateTimeItem picker, the picker automatically selects the day prior.
Steps to reproduce:
1) On a DateTimeItem, click on the Date picker and select a date with time 00:00 (e.g. March 13, 00:00)
2) The time for the field will display the correct date/time
3) Click the picker again and you'll see that the day prior is now selected (e.g. March 12, 00:00)
4) Click on apply, and now the date will be the day prior
5) Repeat steps 3-4 multiple times and the date will keep travelling backwards
Expected:
The picker should not set the date to the one before. If I choose March 13, 00:00 and click on the picker again, it should preselect March 13, 00:00. Not March 12, 00:00.
---------------------------
This issue also translates over to the setDefaultChooserDate() functionality. If I set the default date as March 13, 00:00 and select the date picker, the preselected date will not be March 13, 00:00 as I expect but rather March 12, 00:00.
Please, any advice on how to work around this issue in the meantime or perhaps an estimate of when this might be resolved would be amazing.
Thanks!
---------------
Edit: The same issue occurs for the DateTime picker for ListGrids.
Comment