lusaxweb / Kursor

Cursor style with javascript and css
https://lusaxweb.github.io/Kursor/
MIT License
173 stars 100 forks source link

Cursor gets stuck when DevTools is open #2

Open Cecile-Lebleu opened 5 years ago

Cecile-Lebleu commented 5 years ago

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: DevTools_closed

Actual behaviour: DevTools_open

It's not a terrible situation, because users aren't expected to open the Developer Tools anyway. Just a thing I noticed! :)

MrUltimate commented 4 years ago

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.

kfbfarley commented 3 years ago

It's happening with cursor type 5 too. Issue happening here.

EddiesTech commented 3 years ago

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!