I have an HTML page where the mouse cursor is set to none
. Under some circumstances I set it to crosshair
. Unfortunately, the cursor is not shown until the user actually moves the mouse. If the mouse is not moved, the cursor remains invisible.
How can I tell the browser to redraw the cursor without moving the mouse?
EDIT: The possible duplicate is not a duplicate. Apparently the problem was resolved in Firefox and Internet Explorer, but not in Chrome.