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
I'm playing around with this library (it looks like the best option for building a small Windows app) and found two issues with it in my testing. The parent fork does not demonstrate these issues.
The tab key cannot be used to move between elements in a main window
There is an "overlay" bar at the top of the MainWindow. This happens in most of the stock examples (which use MainWindow) that I've tested.
I put together a reproduction repository with the full code, go.mod, etc. that was used for the tests.
Thanks for maintenance of this project and for taking a look!
Demonstration
The video below was run (go run .) on Windows Server 2022 using Go 1.24.1 via RDP.
repro-win2022.mp4
The video below was run (GOOS=windows go build -o test.exe . && wine64 test.exe) locally on Linux.