Created attachment 164921 [details] a video shows what happened STEPS TO REPRODUCE 1. split mulitple views 2. close some views OBSERVED RESULT the cursor shape in the focused view is still the unfocused shape EXPECTED RESULT the cursor shape should become the focused shape.
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/947
Git commit 91a38d19b003c31e538086d15f6535857fdd481d by Kurt Hindenburg, on behalf of Carlos Alves. Committed on 20/02/2024 at 23:57. Pushed by hindenburg into branch 'master'. fix: Issue with focus setting on wdg after relocating to a new splitter The bug is a problem where the widget was not receiving focus after being moved to a new splitter (not clear why). The solution involves connecting it to a signal, introducing a delay for the focus request. The `deleteLater` call has been removed. This isn't necessary because the old splitter after lose the remaining widget will subsequently trigger the `childEvent` with `count == 0` and be deleted. M +1 -2 src/widgets/ViewSplitter.cpp https://invent.kde.org/utilities/konsole/-/commit/91a38d19b003c31e538086d15f6535857fdd481d