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

Weird scrolling behaviour in post comments #1711

Open
Ghoelian opened this issue Oct 28, 2024 · 1 comment
Open

Weird scrolling behaviour in post comments #1711

Ghoelian opened this issue Oct 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Ghoelian
Copy link

Ghoelian commented Oct 28, 2024

Jerboa Version

0.0.77

Android Version + Phone

Android 15, Pixel 8 pro

Describe The Bug

On this one specific post, if I scroll all the way down to the bottom, and then scroll back up not too fast, the scroll position gets reset constantly.

I haven't seen this happen on any other posts yet.

screen-20241027-220436.mp4

To Reproduce

  1. Open https://lemmy.dbzer0.com/post/30338733
  2. Scroll all the way to the bottom
  3. Scroll back up kinda slowly, doesn't happen when I scroll quick

In the case of a crash or when relevant include the logs

No response

@Ghoelian Ghoelian added the bug Something isn't working label Oct 28, 2024
@dessalines
Copy link
Member

Probably has to do with the rendered picture its scrolling past. This is pretty complicated because compose is probably recalculating the picture dimensions when it scrolls back into view, causing the recompositions. It involves our markdown library, the picture renderer, and our own threaded tree components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants