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
The cursor works as intended, but gets stuck when DevTools is opened. The position coordinates are shown in the element in DevTools, but the location on-screen seems to stop updating in one or both axes.
Browser: Vivaldi (2.6.1566.49), Chrome
OS: macOS Mojave, Windows 10
Expected behaviour:
Actual behaviour:
It's not a terrible situation, because users aren't expected to open the Developer Tools anyway. Just a thing I noticed! :)
The text was updated successfully, but these errors were encountered:
I've seen this happen with a lot of scripts actually. I think it has something to do with Chromium as (I'm guessing) it has trouble rendering the DOM and showing the updates of rapidly changing values in dev tools.
Thought this was due to my configuration! Turns out it was just DevTools lol
Thanks for this issue - I would never had realised it was DevTools causing the issues!
The cursor works as intended, but gets stuck when DevTools is opened. The position coordinates are shown in the element in DevTools, but the location on-screen seems to stop updating in one or both axes.
Browser: Vivaldi (2.6.1566.49), Chrome
OS: macOS Mojave, Windows 10
Expected behaviour:
Actual behaviour:
It's not a terrible situation, because users aren't expected to open the Developer Tools anyway. Just a thing I noticed! :)
The text was updated successfully, but these errors were encountered: