Closed caseyyee closed 9 years ago
I took a look and I think this may be the cursor component calling form.submit();
on the hud input.
Maybe the react refactor broke the timeout/handling the mouseup events properly?
we used to have code that would ignore keyboard shortcuts if you were typing in an input field. I have a hunch that that code was removed or isn't working now.
That could also be broken, but one problem is that we definitely receive submit events at unexpected times. (I think even when not typing)
clear the URL bar. try typing. I can't type anything at all.
not sure if I regressed it or it was regressed before.
Pressing 'c' (cursor click on kb) on url bar dismisses HUD (not sure exactly how to reproduce this). As a result, I cannt enter anything into the URL bar.
investigating
Backspacing won't clear past the protocol in the URL bar.
I have a fix for this.
Once URL bar has focus, you cannot click any of the tiles using keyboard anymore.
With a Gamepad connected?