SimpleMobileTools / Simple-Notes

A simple textfield for adding quick notes without ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
825 stars 271 forks source link

Checklist wrong long-press selection after sorting #703

Open heldbrendel opened 9 months ago

heldbrendel commented 9 months ago

App version: 6.17.0 from F-Droid OS: Pixel Android 14

Assume a checklist note with multiple items. From viewing mode long-press an item to get into sorting mode. Move the selected item to a different position. Then long-press another item with the expectation to select all items between the item that was selected first and the other item. But the app then selects all items between the original position of the item that was selected first and the other item.

Screenshot_20231104-081419

In this screenshot the item "Second" was selected first and then moved down below the item "Fourth". After that the item "Sixth" was long-pressed. It would have been expected that only the items "Second", "Fifth" and "Sixth" would be selected. Instead, all items from the original position of "Second" to "Sixth" were selected.