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 for timeflipbox minutes-field drag & drop #83

Merged
merged 1 commit into from
Oct 5, 2011

Conversation

eromba
Copy link
Contributor

@eromba eromba commented Sep 19, 2011

This is a fix for a regression that was introduced by 272928a, which added minuteStep support for timeflipboxes.

This new feature worked when you used the scroll wheel to change the minute field, but not when you tried to use drag and drop (e.g. on a touch device). Instead of changing to a new value at the end of the drag sequence, the minute field would simply reset to the last-selected minute.

To fix the issue, this commit makes the END_DRAG handler take the minuteStep option into account.

Fixed a regression that prevented users from setting the minutes field in
  timeflipboxes using drag & drop when minuteStep was set.
jtsage added a commit that referenced this pull request Oct 5, 2011
Fix for timeflipbox minutes-field drag & drop
@jtsage jtsage merged commit ac170cd into jtsage:master Oct 5, 2011
@jtsage
Copy link
Owner

jtsage commented Oct 5, 2011

whoops, thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants