-
-
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
Auto saving bookmarks that aren't already displayed captures incorrectly #1620
Comments
Using an extension that forces tabs to open in the foreground helps, but it still doesn't save correctly when multiple bookmarks are synced and try to save at the same time. An option to add a delay or save one at a time might work. Unless I'm missing something |
Did you try to set the hidden option |
Amazing I missed those, between that, max workers 1 and delay by x seconds it works. It is quite a drag having to have them on all the time - an option to only turn them on when saving a bookmark that isn't already opened would be ideal, I expect for quite a few other people too, but at least it saves. Thanks for the work |
Did you feel the need to set |
Hi sorry but chasing this up some pages are still saving incorrectly (and some not at all) even after testing in incognito, on a new account with a new extension etc. With processInForeground on, if a bookmark is saved on another device and chrome on desktop is open there's no issue, and if chrome is closed there's no issue (bookmarks save when chrome next opens). But if chrome is minimised but not closed, some pages such as youtube save incorrectly, and some pages (usually the first if multiple bookmarks are saved) don't save at all. I tried with 'save pages in background' off etc but no difference |
Describe the bug
When 'Option: save the page of a newly created bookmark' is selected but the page to be saved is not already displayed in a tab SingleFile will open temporarily a new tab to save the page. In my case this happens when saving bookmarks on mobile which are then synced to chrome desktop. The issue is the new tab is only opened briefly, and is opened in the background so it doesn't fully load for one of these reasons, so single-file doesn't correctly capture the page. This happens especially on complex sites like youtube or tiktok (often nothing is captured at all). I tested on both chrome and firefox.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
page is fully captured
Environment
Additional context
Tried on both chrome and Firefox in incognito and without other extensions. Tried changing options eg dispatch "scroll" event, zoom out the page, auto-save delay or turning off save in background but nothing effects it. Tried disabling memory saver/performance options in chrome
The text was updated successfully, but these errors were encountered: