-
Notifications
You must be signed in to change notification settings - Fork 81
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
Makes the browser tab unresponsive for several seconds #45
Comments
Thanks for reporting this. Somebody had the same issue in the past, but unfortunately, I couldn't reproduce it at that time... https://forum.vivaldi.net/topic/33652/research-minerblock-miner-block-extension-performance-lockup Can you tell me which version of Vivaldi/OS you're using ? |
Here's the browser info. |
What I just accidentally noticed — it appears that it's not a complete browser freeze. Instead, the keyboard events (like pressing the arrow keys to scroll the page) are handled by the browser just fine. But the mouse-related events — like scrolling or clicks — get completely ignored. Even the mouse cursor doesn't change when it moves over a link. Since I mostly operate the browser using the mouse, it appears as a complete freeze. Also it appears these events are actually received and queued — but that queue is not processed. Because after the "freeze" is over, they are all processed at once making the page jiggle up and down. |
MinerBlock was trying to access variables which are deprecated and I believe that's the cause of the freezing. If you check the console, you will see a bunch of I'll fix this in the next release, thanks again! |
The browser tab (Vivaldi, probably Chrome as well) becomes unresponsive for up to 10 sec after any Wikipedia page is loaded or refreshed. This happens even if the "wikipedia.org" is added to the extension's whitelist.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: