We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a sortable element is picked up (dragged), the "ghost" element created has the same CSS ID in the DOM as the original element.
To Reproduce Debugging is required to detect this...
cloneEl
_onDragStart
dragEl
Expected behavior A duplicate CSS ID should not be created.
Information Easy to fix -- will submit a PR.
The text was updated successfully, but these errors were encountered:
Issue SortableJS#2093 remove ID from the cloned element prior to addi…
840f9ae
…ng to the DOM. We should not create a duplicate CSS ID.
Merge pull request #2094 from vanboom/master
8e8a107
Issue #2093 remove ID from the cloned element prior to adding to the …
No branches or pull requests
When a sortable element is picked up (dragged), the "ghost" element created has the same CSS ID in the DOM as the original element.
To Reproduce
Debugging is required to detect this...
cloneEl
element created within the_onDragStart
function will have the same ID as thedragEl
.Expected behavior
A duplicate CSS ID should not be created.
Information
Easy to fix -- will submit a PR.
The text was updated successfully, but these errors were encountered: