-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
fix: scroll selected account into view on startup #4542
Conversation
9917943
to
3cb2f48
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it on "clean" startup, i.e. after complete quitting? |
If yes, could you also try the preview build? IIRC I also had trouble with this on the dev setup, but I forgot the reason. (works for me on the Windows preview BTW) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested now with the prebuild AppImage and it works as expected
The feature was introduced in 46d9811 (#4137), but then broken apparently in d13a36c (#4280). As a side-effect, this will also show "placeholder" acount list items while the accounts are loading. And it makes the account list items interactive while they're loading, i.e. you can select one or activate the context menu. Another thing this fixes is roving tabindex while the accounts are loading, but isn't really important.
3cb2f48
to
9d86cb1
Compare
The feature was introduced in 46d9811,
but then broken apparently in d13a36c.
As a side-effect, this will also show "placeholder" acount list items
while the accounts are loading.
And it makes the account list items interactive
while they're loading, i.e. you can select one
or activate the context menu.
Another thing this fixes is roving tabindex
while the accounts are loading, but isn't really important.