Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mootools Date/Time picker scrolling issue #149

Open
daidensacha opened this issue Sep 10, 2013 · 0 comments
Open

Mootools Date/Time picker scrolling issue #149

daidensacha opened this issue Sep 10, 2013 · 0 comments

Comments

@daidensacha
Copy link

I seem to have a bug in my time picker which I am using within a ChronoForm.

I have the Timepicker set to scroll hours, and minutes. With the minute scroller set to scroll in increments of 5 minutes. (e.g. 00,05,10,15,20,25,30,35,40,45,50,55,) The scroller scrolls ok one way, 00,55,50,45,40,35,30,25,20,15,10,05,00, but the opposite way it hits a snag. When it comes to 05, it goes back to 00, or 55, and then loops between those numbers, i.e. 55,00,05,55,00,05, or 00,05,00,05,00,05.

This is what I have set in the config. It is the Mootools Datepicker. Everything else works perfectly now.
format: '%a %d-%B @ %I:%M %p', timeWheelStep: '5'

It can be seen here: http://www.oodaiden.com/dev003/index.php?option=com_chronoforms&chronoform=bookingform&Itemid=244

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant