[konsole] [Bug 479858] Cursor shape didn't recover when close a split

2024-02-22 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=479858

Kurt Hindenburg  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/-/commit/91a3
   ||8d19b003c31e538086d15f65358
   ||57fdd481d
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Kurt Hindenburg  ---
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-2src/widgets/ViewSplitter.cpp

https://invent.kde.org/utilities/konsole/-/commit/91a38d19b003c31e538086d15f6535857fdd481d

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 479858] Cursor shape didn't recover when close a split

2024-02-22 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=479858

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|ASSIGNED|CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 479858] Cursor shape didn't recover when close a split

2024-01-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479858

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/utilities/konsole/-/merge_requests/947

-- 
You are receiving this mail because:
You are watching all bug changes.