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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Open a JS file (e.g.: jquery.smart-autocomplete.js)
Press Ctrl+T
Quickly type "keyin" and quickly hit Enter afterward
Result:
Cursor jumps to "_default" or some other function instead of the keyIn function.
Exceptions in console log.
Expected:
If you wait a beat before hitting Enter, it jumps to the correct location.
(Although sometimes the cursor location is still wrong until you hit Enter).
This repros more easily on slower computers that bog down a bit when the editor scroll position is jumping around while typing.
Result:
Cursor jumps to "_default" or some other function instead of the keyIn function.
Exceptions in console log.
Expected:
If you wait a beat before hitting Enter, it jumps to the correct location.
(Although sometimes the cursor location is still wrong until you hit Enter).
This repros more easily on slower computers that bog down a bit when the editor scroll position is jumping around while typing.