-
-
Notifications
You must be signed in to change notification settings - Fork 571
Terminal never gives up focus #359
Description
I've tried to switch focus to another text box using both terminal commands and key event handlers registered on the window, I would expect the focus to switch completely to other text box
jquery terminal always retains focus. sometimes theres a period of shared focus where a few characters entered go in both the terminal and the other text box
Maybe there's a way to do this but I've tried messing with enabled and other settings. Have read similar problems but nothing quite the same. Is there a simple fix to this? just wanted to ask before I go digging around in the code.
have tried in chrome and firefox on macos and ubuntu
edit: also just checked and even on the official demo page with the quake-like terminal, hidden terminal still grabs all key entries