Summary: | In the settings dialog of system monitor widgets, the pages do not scroll if contents are larger than window | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | cwo <cwo.kde> |
Component: | System Monitor | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahiemstra, kdedev, nate, notmart |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=489580 https://bugs.kde.org/show_bug.cgi?id=482413 |
||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/1ae61b267293f4ee950b133cd2d222590ec757c3 | Version Fixed In: | 6.2.1 |
Sentry Crash Report: |
Description
cwo
2024-09-04 15:24:25 UTC
I can confirm this on git-master as well as 6.1.4 Quite possibly the same issue as Bug 482413 or Bug 489580, or both. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4790 Git commit 168fac064fcf924d33da0368d2af0ec45d6a4d55 by Arjen Hiemstra. Committed on 09/10/2024 at 13:52. Pushed by ahiemstra into branch 'master'. applets/sysmon: Don't override contentItem of ScrollablePage in config ui Overriding the contentItem breaks scrollable page and causes things to not actually scroll. M +22 -3 applets/systemmonitor/systemmonitor/package/contents/ui/config/ConfigAppearance.qml M +22 -3 applets/systemmonitor/systemmonitor/package/contents/ui/config/ConfigSensors.qml M +22 -3 applets/systemmonitor/systemmonitor/package/contents/ui/config/FaceDetails.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/168fac064fcf924d33da0368d2af0ec45d6a4d55 Git commit 1ae61b267293f4ee950b133cd2d222590ec757c3 by Arjen Hiemstra. Committed on 10/10/2024 at 16:38. Pushed by ahiemstra into branch 'Plasma/6.2'. applets/sysmon: Don't override contentItem of ScrollablePage in config ui Overriding the contentItem breaks scrollable page and causes things to not actually scroll. (cherry picked from commit 168fac064fcf924d33da0368d2af0ec45d6a4d55) Co-authored-by: Arjen Hiemstra <ahiemstra@heimr.nl> M +22 -3 applets/systemmonitor/systemmonitor/package/contents/ui/config/ConfigAppearance.qml M +22 -3 applets/systemmonitor/systemmonitor/package/contents/ui/config/ConfigSensors.qml M +22 -3 applets/systemmonitor/systemmonitor/package/contents/ui/config/FaceDetails.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/1ae61b267293f4ee950b133cd2d222590ec757c3 |