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
Ctrl-hover some keyword, mouse cursor is changed to hand cursor.
Release ctrl, cursor stays hand, and keyword keeps highlight, until mouse is moved.
Expected: change cursor back to normal style, remove highlight as soon as ctrl is released.
Can't reproduce reliably, but a few times mouse pointer got stuck with the hand cursor. I was just navigating the code, I think switching tabs at the moment, probably holding ctrl, something like that. At some point I noticed that mouse cursor was the hand cursor (ctrl was released), mouse was not over an identifier. Moving the mouse didn't change the cursor back. Pressing and releasing ctrl in an empty area of the editor also didn't change the cursor back. Only after I pressed ctrl and hovered over some keyword (ctrl-clickable), then released ctrl and moved the mouse, the cursor turned back to normal. Sorry can't give exact steps to reproduce, this only happened a couple of times so far.
The text was updated successfully, but these errors were encountered:
Release
ctrl
, cursor stays hand, and keyword keeps highlight, until mouse is moved.Expected: change cursor back to normal style, remove highlight as soon as
ctrl
is released.ctrl
, something like that. At some point I noticed that mouse cursor was the hand cursor (ctrl
was released), mouse was not over an identifier. Moving the mouse didn't change the cursor back. Pressing and releasingctrl
in an empty area of the editor also didn't change the cursor back. Only after I pressedctrl
and hovered over some keyword (ctrl-clickable), then releasedctrl
and moved the mouse, the cursor turned back to normal. Sorry can't give exact steps to reproduce, this only happened a couple of times so far.The text was updated successfully, but these errors were encountered: