https://bugs.kde.org/show_bug.cgi?id=488571
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Version Fixed In| |6.1.1 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |2206aa80565e7112a96771d5272 | |9a85b8d4f1a84 --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit 2206aa80565e7112a96771d52729a85b8d4f1a84 by Nate Graham, on behalf of Niccolò Venerandi. Committed on 24/06/2024 at 19:00. Pushed by ngraham into branch 'master'. Widget Explorer: ask for focus after drag and drop Since the Widget Explorer only closes when it loses focus, but there's an exception during a drag and drop, it might get stuck open. Immediately reclaiming focus will make sure it closes. Example to test with: - Right click on a panel, click "add widgets" - open panel edit mode - sidebar closes! But: - Right click on a panel, click "add widgets" - drag and drop a widget to the panel - open panel edit mode - sidebar does not close :-( With this MR it closes. FIXED-IN: 6.1.1 M +11 -0 desktoppackage/contents/explorer/WidgetExplorer.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/2206aa80565e7112a96771d52729a85b8d4f1a84 -- You are receiving this mail because: You are watching all bug changes.