Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting keyNavigationWraps to true for a GridView steals focus from it's parents #1053

Open
Danhanado opened this issue May 2, 2023 · 0 comments
Labels
bug-qt A bug or issue in Qt

Comments

@Danhanado
Copy link

There's an odd bug where setting keyNavigationWraps to true on a GridView steals focus away from all parent objects, including the frontend itself. Trying to navigate through the grid will cause any input commands for it's parent classes to not function.
Here, the cancel listener stops functioning:
The cancel button listener stops working here
This also extends to internal input commands, I am unable to refresh the theme or bring up the pegasus side-menu with the back/start button.

This is happening for me on Windows (Not sure about other platforms)

@Danhanado Danhanado changed the title Setting keyNavigationWraps to true for a GridView steals focus it's parents Setting keyNavigationWraps to true for a GridView steals focus from it's parents May 2, 2023
@mmatyas mmatyas added the bug-qt A bug or issue in Qt label May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-qt A bug or issue in Qt
Projects
None yet
Development

No branches or pull requests

2 participants