jumps several pages #1977
jo2904
started this conversation in
Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What went wrong?
When reading CBZ files in continuous scroll mode (webtoon/infinite scroll), the reader
suddenly jumps several pages forward with no apparent reason — for example jumping from
page 20 to page 40 during what felt like normal scrolling. It happens randomly, not always
at the same spot in the file, and I've seen it on both desktop and mobile browsers. No error
shows up in the container logs at the time of the jump.
Might be related to the off-screen image eviction strategy introduced in #433 for the infinite-scroll reader — if evicted placeholders don't match the real image height exactly, the browser recalculates scroll position and jumps.
How can we reproduce it?
with no action on my part
What happened: the reading position suddenly jumps forward by dozens of pages during normal
scrolling, unpredictably.
What you expected: continuous, page-by-page scrolling with no jumps.
What Build of Grimmory are you on?
Stable
Your setup
Screenshots or error messages (optional)
No visible error in the application logs at the time of the page jump (checked 48h of logs, no WARN/ERROR entries related to the reader/CBX).
Before submitting
Beta Was this translation helpful? Give feedback.
All reactions