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

Dragging operation with legacy Movable/Movable2 objects #94

Open
zglueck opened this issue Jan 31, 2017 · 0 comments
Open

Dragging operation with legacy Movable/Movable2 objects #94

zglueck opened this issue Jan 31, 2017 · 0 comments
Assignees
Labels

Comments

@zglueck
Copy link
Contributor

zglueck commented Jan 31, 2017

Modifications in v2.1.0 to the BasicDragger and dragging mechanisms are creating issues with v2.0.0 objects implementing the Movable or Movable2 interface and not the new Draggable interface. The BasicDragger in v2.1.0 falls back to a legacy operation mode when the drag object does not implement the Draggable interface to maintain backwards compatibility.

On a DRAG_END event, the dragging state is not being set to false and the event is not consumed.

See #83 for a similar issue pertaining to legacy handling of the DRAG_END event.

@zglueck zglueck added the bug label Jan 31, 2017
@zglueck zglueck self-assigned this Jan 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant