Summary: | "Add Widgets" window randomly not showing | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Henning <boredsquirrel> |
Component: | Edit Mode | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | akselmo, filip.kendes1, nate |
Priority: | NOR | ||
Version First Reported In: | 6.1.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/889fd773c65b0a557dcffce4017b4ce1b6d12781 | Version Fixed In: | 6.2.0 |
Sentry Crash Report: |
Description
Henning
2024-07-17 14:37:00 UTC
I can confirm this bug. Happens only when panel settings is open. *** Bug 490403 has been marked as a duplicate of this bug. *** How I managed to reproduce this: 1. Right click on a panel 2. Select "Add widgets" 3. Click on panel to open its configuration 4. Right click on panel and select "Add widgets" again 5. The bug may already happen here, but if not, keep clicking on "Add widgets" in the panel right click context menu It seems to be opening and closing very rapidly A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4610 Git commit 889fd773c65b0a557dcffce4017b4ce1b6d12781 by Nate Graham, on behalf of Niccolò Venerandi. Committed on 15/08/2024 at 16:29. Pushed by niccolove into branch 'master'. Only requestActivate the panel config if the focus switches from applet popups to desktop This is because if some other window (e.g. the widget sidebar) takes focus while a popup is open, we don't want to ask focus back from that new window. M +7 -1 shell/panelconfigview.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/889fd773c65b0a557dcffce4017b4ce1b6d12781 |