Skip to content

Two issues: tab key does not work in MainWindow elements and there's an erroneous overlay #134

@jbiel

Description

@jbiel

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.

repro-linux-wine.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions