Skip to content

Conversation

guihkx
Copy link
Collaborator

@guihkx guihkx commented Sep 15, 2025

Qt docs note that QWidget::createWindowContainer has a number of known limitations, with one of them being focus handling.

On Wayland, that limitation seems to be preventing us from typing anything into the Kanban view, because it never gains focus.

Fixes #617


I've tested this on Linux (on both X11 and Wayland sessions), Windows 10, and I didn't notice any difference in behavior compared to the previous approach.

I've also tested the pre-built DEB and RPM packages on their appropriate target distros.

cc @nuttyartist: Can you please test this on macOS? Thanks!

Qt docs note that QWidget::createWindowContainer has a number of known
limitations, with one of them being focus handling. [1]

On Wayland, that limitation seems to be preventing us from typing
anything into the Kanban view, because it never gains focus.

[1] https://doc.qt.io/qt-6/qwidget.html#createWindowContainer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editing the Kanban board doesn't work on wayland
2 participants