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
I am using the latest version AdGuard extension 5.0.138 and latest version Chrome.
Try dragging the cube-stars or dance gif, with the extension on and off.
When the extension is enabled, with protection enabled, dragging is very freeze.
I think this is due to excessive auditing of event listeners, perhaps the hook is constantly triggered by the mousemove event, but these are just my guesses.
adguard-bot
changed the title
freeze drag and drop javascript
When you drag a javascript gif it's freezing and lagging with the extension enabled
Oct 24, 2024
Please answer the following questions for yourself before submitting a question.
Ask a question
I created a simple greeting card website on githab
example - https://returnworld.github.io/happy-birthday/
repository - https://github.com/returnworld/happy-birthday
I'm convinced that the problem is in the handling of event listeners in simple drag and drop code
source - https://github.com/returnworld/happy-birthday/blob/main/src/images.js
The easiest way to verify this is to delete objects using developer tools:
The text was updated successfully, but these errors were encountered: