-
Notifications
You must be signed in to change notification settings - Fork 1k
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
macOS: Return to scroll position when story redraws #1908
Comments
I wish I could reproduce this; I've left the app with several stories with images, for several hours, but it hasn't occurred. Both with the app in the foreground and in the background. Perhaps I'm just looking at the wrong feeds. Are there any feeds that are more reliable to repro this? It's just a web view; if WebKit reloads it for some reason, it should use the same CSS; there may not be anything I can do. But I won't know until I can repro it and trace what is happening. If I can detect it being reloaded (if that is what is happening), I might be able to mitigate the effect. I'll keep trying, but any additional clues could be helpful. |
I've been meaning to report the huge image problem (i.e, images that do not get resized to the width of the screen/pane so you only see the left side of them) for months. Sometimes I can get the images to shrink by going out of the article and back into it, but not always. Here is what happened with the latest article in Ken Shirriff's blog, much like @samuelclay 's links above: First view: Second view: Most commonly I see it on the highest-traffic feed I read, The Autopian, so hopefully that should be a good repro case for you! |
I was reading a long story and the story detail view redrew itself. All of the images were huge and my scroll position was off. I then moved two stories back and then returned to my story, and the images were full width (of course) and my scroll position was returned.
The text was updated successfully, but these errors were encountered: