Bug 500087 - After closing the properties of a tile in System Monitor, it cannot be reopened again without first clicking another and then back
Summary: After closing the properties of a tile in System Monitor, it cannot be reopen...
Status: RESOLVED FIXED
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (show other bugs)
Version: 6.3.0
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
: 498231 (view as bug list)
Depends on:
Blocks:
 
Reported: 2025-02-14 18:17 UTC by JR
Modified: 2025-03-21 19:00 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.4.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JR 2025-02-14 18:17:22 UTC
SUMMARY
When editing the page in System Monitor, if you select some object/tile and then back out by clicking Close on the pane that slides into view, it is impossible to select the same object again without first selecting some other object.

STEPS TO REPRODUCE
1. Open System Monitor
2. click Edit Page
3. Select any object/tile, such as a CPU usage pie chart (which I think is there by default)
4. click Close in the properties pane in the upper right
5. Select the same object

OBSERVED RESULT
6. Nothing happens. A different object/tile must be clicked first and backed out of before the properties of the first can be edited again

EXPECTED RESULT
6. The original pane slides into view again uneventfully

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: EndeavourOS/Arch x86_64
KDE Plasma Version: 6.3.0
KDE Frameworks Version: 6.10.0
Qt Version: 6.8.2

ADDITIONAL INFORMATION
I'm running Wayland.
Comment 1 Nate Graham 2025-02-19 14:33:07 UTC
Can reproduce.
Comment 2 Bug Janitor Service 2025-03-17 16:56:38 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/348
Comment 3 Arjen Hiemstra 2025-03-18 09:51:07 UTC
*** Bug 498231 has been marked as a duplicate of this bug. ***
Comment 4 Arjen Hiemstra 2025-03-20 10:39:32 UTC
Git commit 35528c7b46a874ffb842fa8c5fa13843f17f4467 by Arjen Hiemstra.
Committed on 20/03/2025 at 10:36.
Pushed by ahiemstra into branch 'master'.

page: Fix re-selecting a face after closing the face configuration page

This clears the active item when the face configuration page is closed,
which allows re-opening the page by clicking the just-closed face. To
avoid breaking things when changing from one face to another, we also no
longer close and reopen the config page if a different face is selected,
instead changing the object the config page acts upon.

M  +12   -0    src/page/EditablePage.qml
M  +2    -2    src/page/FaceConfigurationPage.qml
M  +11   -3    src/page/FaceControl.qml

https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/35528c7b46a874ffb842fa8c5fa13843f17f4467