Sometimes terminal control doesn't get any input
IlyaBiryukov opened this issue · 0 comments
IlyaBiryukov commented
Whack Whack terminal version: 1.0.14
Sometimes, maybe one time in 50, Whack Whack terminal doesn't get any user input and ignores all keystrokes though the control looks focused and the cursor is blinking. Clicking around in VS doesn't fix that, the only way to fix I found is to do Ctrl + Tab
, switch active tool windows, and then switch back to the terminal.
Debugging the terminal code in this weird state shows that:
- Focus events seems to fire as expected.
TermView.termData
events do not fire.xterm
AccessibilityManager._onChar
do not fire.BetterBrowser.Browser_PreviewKeyDown
do not fire.