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
When dragging a task in the UI, a bug can occur in the library we use (Sortable.js) throwing a 'Uncaught TypeError: dragEl.parentNode is null' javascript error. Besides this error, a duplicate of the task exists in the UI.
The text was updated successfully, but these errors were encountered:
uittenbroekrobbert
changed the title
Bug: Dragging a task in the UI can result in a visually duplicate task
Dragging a task in the UI can result in a visually duplicate task
Jul 4, 2024
This issue seems to happen only when a task is updated by the HTMX call to the backend. This could be a race condition. This lead may help finding a solution.
When dragging a task in the UI, a bug can occur in the library we use (Sortable.js) throwing a 'Uncaught TypeError: dragEl.parentNode is null' javascript error. Besides this error, a duplicate of the task exists in the UI.
The text was updated successfully, but these errors were encountered: