[Bug] Selecting a tab causes undesirable "jump to top" behavior. #113
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#113
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When switching between tabs, for example, on a profile, there is an undesirable effect of the screen scrolling back up to the top, rather than remaining at the position it was at. This is a bit jarring and is undesirable behavior. JS should just allow loading without having to reload the page in this way.
I have uploaded a video to YouTube of an example of this undesired behaivor:
https://www.youtube.com/watch?v=x925Qi0w0uI
[bug] Selecting a tab causes undesirable "jump to top" behavior.to [Bug] Selecting a tab causes undesirable "jump to top" behavior.This is very annoying; any suspected cause?
@eris or @floatingghost
please don't bump your own issues
this is an upstream issue that has existed since forever, it's probably a misuse of vue-router's scrollTo behaviour, though i do not know
My apologies; I didn't mean to cause undue burden, it's just a commonly sourced complaint of my users.
The one place that this isn't fixed in AkkomaGang/pleroma-fe#127 that's considerably annoying is the "Show new" button on a user timeline. It would make sense of this jumped to the top of the timeline itself, but it jumps to the very top of the page. I have a lot of mobile users, and this results in accessibility issues when dealing with viewing users with large bios.
Thank you for the prompt fix otherwise, though!
@floatingghost latest commit seems to fix "show new" 👍
Mark as closed?
yep; i'm gonna say this fixes all my concerns
wonderful, thanks for letting us know about the issue~