https://bugs.kde.org/show_bug.cgi?id=492654
Bug ID: 492654 Summary: In the settings dialog of system monitor widgets, the pages do not scroll if contents are larger than window Classification: Plasma Product: plasmashell Version: master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: System Monitor Assignee: plasma-b...@kde.org Reporter: christoph.w...@gmx.de CC: ahiems...@heimr.nl, notm...@gmail.com Target Milestone: 1.0 SUMMARY The settings dialog for system monitor widgets contains three pages that are specific to these applets, namely Appearance, the face configuration, and the sensor configuration, in addition to the standard Keyboard Shortcuts and About pages. In usual widget configuration dialogs, the contents of the pages are put into ScrollViews so that they can be accessed even if the contents are too large for the available space. This does work for About here, but is broken for the three main pages. I suspect this is because the contentItem of the SimpleKCM is reset, bypassing the usual ScrollView from SimpleKCM (through Kirigami.ScrollablePage). STEPS TO REPRODUCE 1. Add a system monitor widget (e.g. Total CPU Use), right-click > Configure Total CPU Useā¦ 2. Resize the dialog to be as small as possible, select display style "Grid", apply, and move to the Grid Details page 3. Select Line Chart (or another face with lots of options) OBSERVED RESULT Many options are not visible, with no indication that they exist (no Scrollbar, scrolling with the wheel does nothing, tab-navigation works but still does not show the entries...) EXPECTED RESULT A scroll bar is shown. SOFTWARE/OS VERSIONS KDE Plasma Version: git master from yesterday, also happens on current Fedora in a VM KDE Frameworks Version: git master from yesterday Qt Version: 6.7.2 -- You are receiving this mail because: You are watching all bug changes.