Return to previous view when clicking on My Library
Hello, is there someway I can return to the previous view when I click on my library?
I have almost a thousand items in my library. If I'm browsing through, then click on a sub-collection and then want to return to my library, it resets where I was in the main library so I have to find my place again.
Can this be prevented? Thanks!
I have almost a thousand items in my library. If I'm browsing through, then click on a sub-collection and then want to return to my library, it resets where I was in the main library so I have to find my place again.
Can this be prevented? Thanks!
We could consider that. I don't think it's that common with this sort of navigation — it'd be more common with Back/Forward functionality, which we've also discussed before as a possibility, and sounds like more what you might want to use in this case. But, as one prominent example, macOS Finder does preserve scroll position (but not selection).
It's a little tricky, in that both the items and the sort field might have changed, so there's the question of what to anchor to. The naive approach would be to restore the row index and hope for the best. A more complicated approach would be to remember the selected item (if there is one) and try to get that back into view at the same position, and failing that try to scroll to the top-most visible item, and failing that maybe just fall back to the top of the list.
I'm on windows so it currently just resets to whatever sort method I had selected in the main library.