You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 7 items being displayed. If I drag the first down anywhere, it gets placed at the bottom AND a copy overwrites what was the second item with a copy of the one being moved.
Before a move, my list is: Alex, Melvin, Valentin, Joseph, Rudolf, Javier, Matt.
I drag Alex to position 3, and drop it. The list then becomes: Alex, Valentin, Joseph, Rudolf, Javier, Matt, Alex.
The text was updated successfully, but these errors were encountered:
Upon further research this seems to be caused by my having 2 additional listItems that are visible based on properties of the viewmodel. Both listItems contain the class "ui-state-disabled" but even with that removed, the issue still exists.
Sample of the html is included in the attached text file (since GitHub won't let me paste in html).
I have 7 items being displayed. If I drag the first down anywhere, it gets placed at the bottom AND a copy overwrites what was the second item with a copy of the one being moved.
Before a move, my list is: Alex, Melvin, Valentin, Joseph, Rudolf, Javier, Matt.
I drag Alex to position 3, and drop it. The list then becomes: Alex, Valentin, Joseph, Rudolf, Javier, Matt, Alex.
The text was updated successfully, but these errors were encountered: