32

I currently have a C# host that mirrors the screen and mouse on a website, the connection works totally fine, and when the mouse changes on the host, it changes the CSS almost immediatly. This way I can mirror the mouse too.

So here is the problem:

The mouse only updates when I move the mouse on the client website.

Speed and performance is very important here, a quick fix would be to refresh the canvas, or move the page/mouse a little bit, but I'd rather have a more sophisticated approach.

5

1 Answer 1

67

you should check one of the answers given in the link that @rjmunro linked, it says:

I believe this issue (including the mousedown problem) is now fixed in Chrome 50.

But only if you are not using the developer tools!!

Close the tools and the cursor should immediately respond better.

Getting the browser cursor from "wait" to "auto" without the user moving the mouse

Sign up to request clarification or add additional context in comments.

9 Comments

Thank goodness for this answer, i might have spent hours debugging. Thank you!
Sounds like a prank some Chrome employee thought of, "Let's make it so that the bug is fixed right when the debugger stops looking for it!"
Did this bug reappear on Chrome? It requires moving the mouse once again, even with dev tools closed
@Shocker I'm not sure it's related to devtools. Sometimes it works with devtools open and sometimes it doesn't work with devtools closed. Refresh doesn't fix it, but closing the tab and reopening it does.
can confirm this still happens today with dev tools open. what a waste of time!
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.