hass-agent / HASS.Agent

Unofficial development project for the HASS.Agent platform.
https://hass-agent.io
MIT License
312 stars 9 forks source link

Bug: pressing ESC while Alt+tabbing closes window #157

Open SVNKoch opened 1 week ago

SVNKoch commented 1 week ago

Please make sure that the issue you're planning to report is not already registered :)


Describe the bug pressing ESC while Alt tabbing closes any window. Applies to main window, configuration window and Help (?) window

To Reproduce Steps to reproduce the behavior:

  1. Open HASS.Agent
  2. Hold Alt, press Tab (keep the alt-tab manu open)
  3. Press ESC to cancel your window switching
  4. => window closes

Expected behavior it doesn't close the window and only the windows window switching is canceled

Misc info (please complete the following information):

Please check what's applicable (multiple answers possible):

denisabt commented 1 week ago

Did a fix for this, i hope nobody was working on this. The issue made me curious. This would fix the issue, into which branch should I merge if (main or development-beta4), or @amadeo-alex - you can just grab the tiny change and integrate it. My branch is here: https://github.com/denisabt/HASS.Agent/tree/fix_alt_tab_escape_hiding2 https://github.com/hass-agent/HASS.Agent/pull/161