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
Thank you for the report. Unfortunately, I do not have an Ubuntu environment to test the plugins against and I do not believe I will have time to debug it soon. If you are willing, you could setup hyperterm-summon to run as a "local" plugin, so that you could modify the source and see the results in your local Hyper.
This is still happening with Hyper.app version: 3.1.4
I've also found this happens on my Windows machine.
Using this guide to track element focus, I see that when I summon the terminal, div.terminal.xterm is the active element. And when I click in to the terminal so I can type, the focus changes to textarea.xterm-helper-textarea
Experimenting further, this only breaks when I un-summon the window using the hotkey. If I summon, focus the input, then click away and the window hides, then summon again, focus is still on the input.
Issue
Steps to Reproduce
Expected Result
Focus should go to the terminal for text input.
Actual Result
Focus is somewhere else and text input to the terminal is not possible until clicking into the hyper window
The text was updated successfully, but these errors were encountered: