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

Keyboard navigation scrolling back to first instance of boosted post in timeline #3238

Open
StormPooper opened this issue Mar 18, 2025 · 0 comments
Labels
c: bug Something isn't working s: pending triage Pending Triage

Comments

@StormPooper
Copy link

When using j to navigate to the next post reaching a boost, the navigation jumps to the first instance in the timeline. This means that if a post is boosted twice by two different accounts, it jumps to the first in the timeline, effectively looping. I believe this is because the posts have the same id attribute value, status-114179115799692027 in the example I'm currently testing with. I think the fix would be to give boosts of the same post unique id values.

@StormPooper StormPooper added c: bug Something isn't working s: pending triage Pending Triage labels Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: bug Something isn't working s: pending triage Pending Triage
Projects
None yet
Development

No branches or pull requests

1 participant