STEPS TO REPRODUCE 1. Click on the vertical triple dots, then click on "Configure columns" button. 2. Hold a click on the scrollbar and move it up and down. OBSERVED RESULT The scrollbar is only moving when the click is released, like Windows 95 or older. EXPECTED RESULT The scrollbar should move in real time like all the other ones when a click is being held on it. SOFTWARE/OS VERSIONS Operating System: CachyOS Linux KDE Plasma Version: 6.6.2 KDE Frameworks Version: 6.24.0 Qt Version: 6.10.2 Kernel Version: 6.19.7-1-cachyos (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-11300H @ 3.10GHz Memory: 9 GB of RAM (8.1 GB usable) Graphics Processor 1: Intel® Iris® Xe Graphics Graphics Processor 2: NVIDIA GeForce GTX 1650 Manufacturer: LENOVO Product Name: 82MG System Version: IdeaPad Gaming 3 15IHU6
Created attachment 190750 [details] Issue in System Monitor 6.6.2
*** Bug 517722 has been marked as a duplicate of this bug. ***
*** Bug 520314 has been marked as a duplicate of this bug. ***
Reproduced below after the Qt 6.11.1 updates: Operating System: Fedora Linux 44 KDE Plasma Version: 6.6.5 KDE Frameworks Version: 6.26.0 Qt Version: 6.11.1 Kernel Version: 7.0.8-200.fc44.x86_64 (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 7800X3D 8-Core Processor Memory: 32 GiB of RAM (30.2 GiB usable) Graphics Processor 1: NVIDIA GeForce RTX 4070 SUPER Graphics Processor 2: AMD Ryzen 7 7800X3D 8-Core Processor Manufacturer: Micro-Star International Co., Ltd. Product Name: MS-7D78 System Version: 1.0
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/434
Git commit e6de09d7cbb0cbb2319d78ee01320ccba0700aba by Arjen Hiemstra. Committed on 06/07/2026 at 09:40. Pushed by ahiemstra into branch 'master'. table: Port ColumnConfigurationDialog from Dialog to Window As it turns out, Dialog with `popupType: Window` has too many bugs for things to work reliably. So instead, use QtQuick Window as base and reimplement some bits of Dialog to make that work properly, since I do rather like that it's a separate window. M +0 -1 src/faces/applicationstable/contents/ui/FullRepresentation.qml M +0 -1 src/faces/processtable/contents/ui/FullRepresentation.qml M +196 -177 src/table/ColumnConfigurationDialog.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/e6de09d7cbb0cbb2319d78ee01320ccba0700aba