Skip to content
New issue

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

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

Already on GitHub? # to your account

Unexpected possibility to drop elements to unexpected regions when a draggable element is placed another draggable element #33

Closed
sunpietro opened this issue Jan 23, 2017 · 0 comments · Fixed by #34
Assignees

Comments

@sunpietro
Copy link
Owner

sunpietro commented Jan 23, 2017

Unexpected possibility to drop elements to unexpected regions when a draggable element is placed another draggable element.

Steps to reproduce the issue:

  1. Create a new instance of Dragster.js that limits regions and draggable elements,
  2. Inside any of draggable elements implement interface that allows to drag'n'drop elements inside,
  3. Create another instance of Dragster.js, only for elements inside a draggable element,
  4. Drag an element from inside of draggable element to outside of it,
  5. Drop an element on a placeholder,

Actual result:
Element is dropped on disallowed region.
Expected result:
Element should not be dropped on disallowed region.

The recording of incorrect behaviour:
dragster-issue-33

sunpietro pushed a commit that referenced this issue Jan 23, 2017
@sunpietro sunpietro mentioned this issue Jan 23, 2017
@sunpietro sunpietro self-assigned this Jan 23, 2017
sunpietro pushed a commit that referenced this issue Jan 25, 2017
sunpietro added a commit that referenced this issue Jan 25, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant