anurag1203 / android-dateslider

Automatically exported from code.google.com/p/android-dateslider
0 stars 0 forks source link

TimeSlider shows wrong minutes #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Create a SliderContainer, set time such that hour and minute are 0. Set minute 
interval to 5 
=>
Problem 1: Displayed minute slider is not centered at 00, but 40 - 00 is not 
even visible.

Now push minute slider to the left (i.e., scroll into direction of the 00 to 
the right).
=>
Problem 2: The numbers following 40 are 45, 50, 55, _04_, 05, 10, ...

Scroll such that the 04 is out of sight, scroll back
=>
Good news: now a 05 is displayed.

I have also seen the 05 replaced with a 06.

Original issue reported on code.google.com by christia...@gmail.com on 6 Nov 2011 at 2:11

GoogleCodeExporter commented 8 years ago
I stumbled upon this issue as well and couldn't find a fix. I'll do it now!

Original comment by daniel.b...@gmail.com on 9 Nov 2011 at 8:51