Replies: 2 comments 1 reply
-
|
Could you confirm that just enabling "zoom out the page" and letting the other options to the default value does not fix the issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Sorry for the late reply, this is the same kind of issue as #1773 for example. I need to think of a way to detect this kind of problem, but it's not easy to do in a generic way, unfortunately. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I've noticed it with Pocket but this isn't the main use case (especially that they're closing and I have my data anyway), for example for https://getpocket.com/saves - it's one of the scroll-scroll-load-more pages, not excessively large in my case.
I changed all settings I could think of, but what seems to be happening is that during SingleFile saving there is some scrolling and content loading done while the page is partly/mostly white, no idea what's triggering it even with "dispatch "scroll" event" and "zoom out the page" disabled (and frankly with most settings flipped either way). In any case the saved file is missing all my entries that are otherwise visible in the page I'm looking at (these are three columns with web page thumbnails and descriptions).
Clearly, this is dynamic content generated from my list, and not some html that sits on the page, but I want somehow to harden this for other cases, if there is a way to make sure I'm getting the text I'm looking at and is already loaded in the browser.
Beta Was this translation helpful? Give feedback.
All reactions