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

fixes bug where dragging an event in agenda view does not always result in correct event-positioning #55

Conversation

ClemensSchneider
Copy link

  • when dragging an event to the left or to the right, the event snaps to
    a new position but calculation (dayDelta) is performed using the
    hoverlistener, which reports the current delta for the mouse-position
    that may still be over another cell.
    How to reproduce: position pointer over right edge of an event and start
    dragging it to the left until it snaps to its new position, then release
    the mouse button. the event will be reset to its original position

- when dragging an event to the left or to the right, the event snaps to
a new position but calculation (dayDelta) is performed using the
hoverlistener, which reports the current delta for the mouse-position
that may still be over another cell.
How to reproduce: position pointer over right edge of an event and start
dragging it to the left until it snaps to its new position, then release
the mouse button. the event will be reset to its original position
@arshaw
Copy link
Member

arshaw commented Aug 1, 2013

i put my own implementation, 5923772, into the upcoming release branch

@arshaw arshaw closed this Aug 1, 2013
@arshaw
Copy link
Member

arshaw commented Aug 11, 2013

just released in v1.6.3

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

3 participants