Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Fix #14 #17

Closed
wants to merge 6 commits into from
Closed

Fix #14 #17

wants to merge 6 commits into from

Conversation

yohanyflores
Copy link

Fix #14

Under certain conditions the 'dragend' event is triggered without having fired the 'drop' event
and 'event.dataTransfer.dropEffect' is set to a value other than 'none',
which causes the dndMove run without having previously copied element.
This causes the elements of the list are missing.
To fix dndDropEffectWorkaround.dropEffect is always used to store the dropEffect.

…uta el dragend sin haber ejecutado el drop, y que establece el dropEffect a un valor distinto de null.
Conflicts:
	angular-drag-and-drop-lists.min.js
…ing fired the 'drop' event

and 'event.dataTransfer.dropEffect' is set to a value other than 'none',
which causes the dndMove run without having previously copied element.
This causes the elements of the list are missing.
To fix dndDropEffectWorkaround.dropEffect is always used to store the dropEffect.
Conflicts:
	angular-drag-and-drop-lists.js
	angular-drag-and-drop-lists.min.js
@marceljuenemann
Copy link
Owner

Contained in the new release 1.2.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Items are missing on drop
2 participants