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

Fix bug: scrolling time div on touchscreens #479

Merged
merged 1 commit into from
Jun 16, 2016
Merged

Fix bug: scrolling time div on touchscreens #479

merged 1 commit into from
Jun 16, 2016

Commits on Jun 16, 2016

  1. Fix bug: scrolling time div on touchscreens

    On touchscreens, the default datetimepicker closes unexpectedly when trying to scroll on the time picker. This is because scrolling triggers touchend event, just like clicking. 
    
    To fix, we use the touchmove event to determine that we are scrolling, not clicking, using a global variable.
    anton-bot committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    24fe9b6 View commit details
    Browse the repository at this point in the history