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
In the Section Compiler, I move a section to a new spot. It renumbers all sections as expected.
Then I delete a different section using the X.
Result: The section I deleted is properly deleted, but the section I had moved jumps back to its original location while retaining its new section number.
Expected action: The section I moved should stay where I moved it.
To mitigate: After moving the section, refreshing/reloading the page will "set" the section, so I may then delete others without it jumping back to its original position. But this is a pain.
Our 'jquery.dataTables' library updates its internal state when
`fnDeleteRow()` is called. That update ignores and overrides the last
drag-and-drop operation.
This gives us two options: refresh the entire page (since the server has
received the correct order), or remove sections _directly_, then call
something else to update dataTables' state. Here, we use option 2.
In the Section Compiler, I move a section to a new spot. It renumbers all sections as expected.
Then I delete a different section using the X.
Result: The section I deleted is properly deleted, but the section I had moved jumps back to its original location while retaining its new section number.
Expected action: The section I moved should stay where I moved it.
To mitigate: After moving the section, refreshing/reloading the page will "set" the section, so I may then delete others without it jumping back to its original position. But this is a pain.
Video demonstration: https://youtu.be/Dysu1RblXuI
The text was updated successfully, but these errors were encountered: