RobbiNespu / moloko

Automatically exported from code.google.com/p/moloko
GNU General Public License v3.0
0 stars 0 forks source link

Time picker off by one hour #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When adding a time to the due date in the date/time picker, the time displayed 
once back to the task is off by one hour and one minute.

For example, I choose 13:05 in the date/time picker and see 14:06 in the task 
creation dialog.

This bug appears on a HTC Wildfire with android 2.2.1 but not on HTC Desire 
with Cyanogen 7.1 : android 2.3.7.
This looks like the time picker on Wildfire shows only one line instead of 3 on 
Desire due to a smaller screen. The only visible line is the first one and not 
the center one which seems to be the one used for time selection.

Original issue reported on code.google.com by david.ve...@gmail.com on 11 Mar 2012 at 11:29

GoogleCodeExporter commented 9 years ago
Do you see some kind of distorted display of the picker on the wildfire? Does 
it have only one line? Could you add a screen shot if this is true.

Original comment by ronny.roehricht on 11 Mar 2012 at 2:23

GoogleCodeExporter commented 9 years ago
What is really happening with the time picker is that the bottom third of the 
panel is hidden by the OK and Cancel buttons. The pannel can be scroll in order 
to see the time picker entirely. This is not obvious that the pannel can be 
scrolled at first. 

Maybe always displaying the scroll bar if needed would be an option or showing 
only 2 lines in the pickers on smaller screens if possible.

Original comment by david.ve...@gmail.com on 13 Mar 2012 at 8:37