Bug 488122 - Scrollbars transparent on several graphics KCMs (Window Manager, Vulkan, potentially others)
Summary: Scrollbars transparent on several graphics KCMs (Window Manager, Vulkan, pote...
Status: CONFIRMED
Alias: None
Product: kinfocenter
Classification: Applications
Component: general (show other bugs)
Version: 6.0.5
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-06 17:31 UTC by Ethan Barry
Modified: 2024-06-12 14:44 UTC (History)
4 users (show)

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


Attachments
Screenshot of a possible transparency bug. (702.52 KB, image/png)
2024-06-06 17:31 UTC, Ethan Barry
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ethan Barry 2024-06-06 17:31:21 UTC
Created attachment 170209 [details]
Screenshot of a possible transparency bug.

SUMMARY
The `kinfocenter` application displays transparent scrollbars in many of the "Graphics" category tabs (see attachment). Text is visible inside the scrollbar margins, beneath the scroll indicator.

STEPS TO REPRODUCE
1. Open `kinfocenter`.
2. Select (for example) Graphics > Window Manager or Grapics > OpenCL.

OBSERVED RESULT
The text displays below the scrollbar, which is probably unintentional.

EXPECTED RESULT
3. The text either wraps or is hidden below the scrollbar.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.2.0
Qt Version: 6.7.1
Kernel Version: 6.9.3-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 16 × 11th Gen Intel® Core™ i7-11800H @ 2.30GHz
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics
Manufacturer: Dell Inc.
Product Name: XPS 15 9510

ADDITIONAL INFORMATION
none
Comment 1 TraceyC 2024-06-06 22:42:38 UTC
I can confirm this behavior

Operating System: Solus 4.5
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.2.0
Qt Version: 6.7.1
Comment 2 Nate Graham 2024-06-07 14:50:39 UTC
Can confirm. But it's actually a bug in the code for these pages, not a general issue. The content isn't being horizontally constrained properly.
Comment 3 Ethan Barry 2024-06-07 15:05:14 UTC
To fix this, would I just need to change a config option on the KCM's text area? If it's a simple fix, and someone could give me some pointers, I'd like to help!
Comment 4 Nate Graham 2024-06-12 14:44:08 UTC
Not a config setting, but rather code changes are required here. Likely somewhere in https://invent.kde.org/plasma/kinfocenter/-/blob/master/src/qml/CommandOutputKCM.qml?ref_type=heads.