You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the "Whole Page Screenshot" feature in a large page (e.g. the home page of Stack Overflow), the scrolling process would be finished normally, but the screenshot is not given.
Click on 1Click Screenshot => Whole Page Screenshot
Wait for the scrolling process to be completed.
Nothing happens afterwards, the screenshot is not showing.
Expected behavior
A new page should be opened with the screenshot.
Current Solution
This works but I have no idea why.
During the scrolling process (the page automatically scrolling down till the end of the page), keep clicking on the extension. The pop-up would open and then be closed every time the page is scrolled down again. If you keep doing that, at the end of the scrolling process, the screenshot would be shown normally.
I didn't do that intentionally at the first place btw.
Regarding the current latest version (v.46)
This solution does not work for that version, since the pop up never be closed during the scrolling process.
The text was updated successfully, but these errors were encountered:
Change the js/background.js:46 from speed: 400, to speed: 1000, can solve the issue. It seems the speed of making screenshots is over the permission of Chrome.
Describe the bug
When using the "Whole Page Screenshot" feature in a large page (e.g. the home page of Stack Overflow), the scrolling process would be finished normally, but the screenshot is not given.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A new page should be opened with the screenshot.
Current Solution
This works but I have no idea why.
During the scrolling process (the page automatically scrolling down till the end of the page), keep clicking on the extension. The pop-up would open and then be closed every time the page is scrolled down again. If you keep doing that, at the end of the scrolling process, the screenshot would be shown normally.
I didn't do that intentionally at the first place btw.
Regarding the current latest version (v.46)
This solution does not work for that version, since the pop up never be closed during the scrolling process.
The text was updated successfully, but these errors were encountered: