Bug #588
closedInterference of reordering and selection of bookmarks
0%
Description
Hi,
It seems moving of bookmarks works incorrectly when combined with selection.
Steps to reproduce:
1. Have a number of bookmarks (I created five: CNN, BBC, DW, Bloomberg, Reuters)
2. Enter edit bookmarks mode
3. Long press DW
4. Click Move Up: DW moves up
5. Long press Bloomberg
6. Deselect DW
7. Click Move Up: DW moves up instead of Bloomberg
Updated by Soren Stoutner over 4 years ago
The root cause of this appears to be the same as https://redmine.stoutner.com/issues/583. Basically, when multiple bookmarks are selected and then all are deselected except for one, performing an action on the one remaining bookmark sometimes performs it instead on one of the other bookmarks that was previously selected.
Updated by Soren Stoutner over 4 years ago
Note that if all bookmarks are deselected, and then only one is selected, this problem does not manifest.
Updated by Soren Stoutner over 4 years ago
- Priority changed from 3.x to Next Release
Updated by Soren Stoutner about 4 years ago
- Status changed from New to Closed
I am closing this as a duplicate of https://redmine.stoutner.com/issues/583. It will be fixed there.