Bug 517723 - In the "Configure columns" popup, dragging the scrollbar thumb does not visibly move the thumb or update the window contents until the click is released
Summary: In the "Configure columns" popup, dragging the scrollbar thumb does not visib...
Status: RESOLVED FIXED
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (other bugs)
Version First Reported In: 6.6.2
Platform: CachyOS Linux
: NOR normal
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords: usability
: 517722 520314 (view as bug list)
Depends on:
Blocks:
 
Reported: 2026-03-18 01:59 UTC by Fernando Marcelino Muniz
Modified: 2026-07-09 20:31 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 6.8.0
Sentry Crash Report:


Attachments
Issue in System Monitor 6.6.2 (897.65 KB, video/x-matroska)
2026-03-18 01:59 UTC, Fernando Marcelino Muniz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando Marcelino Muniz 2026-03-18 01:59:24 UTC
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
Comment 1 Fernando Marcelino Muniz 2026-03-18 01:59:54 UTC
Created attachment 190750 [details]
Issue in System Monitor 6.6.2
Comment 2 Fernando Marcelino Muniz 2026-03-18 02:18:00 UTC
*** Bug 517722 has been marked as a duplicate of this bug. ***
Comment 3 John Kizer 2026-05-18 03:23:30 UTC
*** Bug 520314 has been marked as a duplicate of this bug. ***
Comment 4 John Kizer 2026-05-18 03:28:26 UTC
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
Comment 5 Bug Janitor Service 2026-06-05 13:00:53 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/434
Comment 6 Arjen Hiemstra 2026-07-06 12:12:06 UTC
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