Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll position behaviour when switching views #31

Open
sauterl opened this issue May 26, 2020 · 1 comment
Open

Scroll position behaviour when switching views #31

sauterl opened this issue May 26, 2020 · 1 comment

Comments

@sauterl
Copy link
Contributor

sauterl commented May 26, 2020

Actually, all views "share" the same scroll position. So if I scroll down, e.g., the list view and then open the gallery view, I'll directly be at the bottom too. In other words, all "movements" are registered by all views, even those currently not displayed. This is quite annoying, because when you go back to the tab you were before, you first have to look for where you left off.

From vitrivr/cineast#108 by https://github.com/mpas97

@silvanheller
Copy link
Member

I see two options to implement this:

  1. Reset scroll position to the top when switching views.
  2. Actually remembering the scroll position when you switch back to another view.

I'll leave a "Help Wanted" label here since this is neither a priority nor a particularly annoying bug. The issue is not precisely that scroll position is perfectly tracked, but that the limit is reset when switching views.

@silvanheller silvanheller changed the title distinct scroll position Scroll position behaviour when switching views Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants