Feature #42
closedMore Sophisticated Scrolling When Moving Bookmarks
0%
Description
Currently, when moving a bookmark the ListView is moved to `setSelection(selectedBookmarkNewPositon - 5)`. It would be nice to implement a more sophisticated scrolling, but it doesn't work well because `getFirstVisiblePosition()` and `getLastVisiblePosition()` are not always accurate with partially displayed bookmarks, especially with an overlayed AppBar, making the number of calculated visible bookmarks vary.
Updated by Soren Stoutner almost 10 years ago
This could probably be accomplished by storing the scroll position and restoring it after a change rather than calculating it off of the ListView item position.
Updated by Soren Stoutner over 8 years ago
- Priority changed from 3 to 3.x
I am going to put this off for a while, and perhaps not make any changes at all. `setSelection(selectedBookmarkNewPositon - 5)` works well. Making changes could get complicated if the bookmark scrolls off the screen.
Updated by Soren Stoutner over 8 years ago
- Status changed from New to Closed
Updated by Soren Stoutner about 8 years ago
- Priority changed from 3 to Next Release