Bug 505052 - Table views: Cannot see current list of columns when columns configuration dialog is on screen
Summary: Table views: Cannot see current list of columns when columns configuration di...
Status: RESOLVED FIXED
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (other bugs)
Version First Reported In: 6.3.4
Platform: Fedora RPMs Linux
: NOR minor
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2025-05-31 11:15 UTC by Alexander Potashev
Modified: 2025-06-06 13:00 UTC (History)
3 users (show)

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


Attachments
screencast ru_RU (173.53 KB, image/png)
2025-05-31 11:15 UTC, Alexander Potashev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2025-05-31 11:15:05 UTC
Created attachment 181924 [details]
screencast ru_RU

SUMMARY
Processes tab: Cannot see current list of columns when columns configuration dialog is on screen.

STEPS TO REPRODUCE
1. Open Configure columns...

OBSERVED RESULT
Most existing columns and values are obscured by the dialog.

EXPECTED RESULT
Ability to move the configuration dialog. It's possible in most other apps where configuration dialog in a separate window, e.g. in KWrite.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 41
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.14.0
Qt Version: 6.8.2
Kernel Version: 6.13.11-200.fc41.x86_64 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz
Memory: 15.4 ГиБ of RAM
Graphics Processor 1: Intel® HD Graphics 530
Graphics Processor 2: NVIDIA GeForce GTX 960M

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2025-06-03 22:16:42 UTC
Ability to move this dialog will arrive if and when we implement the new Qt feature to make QtQuick.Dialog spawn a standalone window. Until then, we can at least adjust the position of this one.
Comment 2 Nate Graham 2025-06-05 21:16:08 UTC
Oops, looks like I broke this. :/ Fixing it now. Sorry about that!
Comment 3 Bug Janitor Service 2025-06-05 21:18:28 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/370
Comment 4 Nate Graham 2025-06-06 12:59:43 UTC
Git commit 596c5be7758de8cd7bc6f70c5540a552b64591ef by Nate Graham.
Committed on 06/06/2025 at 12:59.
Pushed by ngraham into branch 'master'.

Partially revert "Don't override dialog y: values"

This reverts one part of commit a0d31ca21c32c223e5e6323fc56bdfb2611c237c.

Most of these dialogs didn't need to override the y: value, but the
column configuration dialog did, since it's helpful to be able to see
which columns are currently visible.

Restore that and add a comment explaining why it's there so no one
removes it again in the future.
FIXED-IN: 6.3.6

M  +2    -0    src/table/ColumnConfigurationDialog.qml

https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/596c5be7758de8cd7bc6f70c5540a552b64591ef
Comment 5 Nate Graham 2025-06-06 12:59:57 UTC
Git commit 2e16eddbf5adf595e8a9e94ebcd7f6b3cc33903c by Nate Graham.
Committed on 06/06/2025 at 12:59.
Pushed by ngraham into branch 'Plasma/6.4'.

Partially revert "Don't override dialog y: values"

This reverts one part of commit a0d31ca21c32c223e5e6323fc56bdfb2611c237c.

Most of these dialogs didn't need to override the y: value, but the
column configuration dialog did, since it's helpful to be able to see
which columns are currently visible.

Restore that and add a comment explaining why it's there so no one
removes it again in the future.
FIXED-IN: 6.3.6


(cherry picked from commit 596c5be7758de8cd7bc6f70c5540a552b64591ef)

1cbebf19 Partially revert "Don't override dialog y: values"

Co-authored-by: Nate Graham <nate@kde.org>

M  +2    -0    src/table/ColumnConfigurationDialog.qml

https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/2e16eddbf5adf595e8a9e94ebcd7f6b3cc33903c
Comment 6 Nate Graham 2025-06-06 13:00:22 UTC
Git commit 6b0a0badcf4a041d6ac600b142e4ff0a8d8a6735 by Nate Graham.
Committed on 06/06/2025 at 13:00.
Pushed by ngraham into branch 'Plasma/6.3'.

Partially revert "Don't override dialog y: values"

This reverts one part of commit a0d31ca21c32c223e5e6323fc56bdfb2611c237c.

Most of these dialogs didn't need to override the y: value, but the
column configuration dialog did, since it's helpful to be able to see
which columns are currently visible.

Restore that and add a comment explaining why it's there so no one
removes it again in the future.
FIXED-IN: 6.3.6


(cherry picked from commit 596c5be7758de8cd7bc6f70c5540a552b64591ef)

1cbebf19 Partially revert "Don't override dialog y: values"

Co-authored-by: Nate Graham <nate@kde.org>

M  +2    -0    src/table/ColumnConfigurationDialog.qml

https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/6b0a0badcf4a041d6ac600b142e4ff0a8d8a6735