| Summary: | Items in GlobalDrawer's topContent list don't get their color updated when switching color schemes | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | aronkvh |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | aleixpol, bugseforuns, nate, notmart |
| Priority: | NOR | ||
| Version First Reported In: | 6.18.0 | ||
| Target Milestone: | Not decided | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
discover white sidebar text
discover dark sidebar text |
||
Created attachment 184844 [details]
discover dark sidebar text
Seems related to 436596 Can reproduce. Operating System: KDE neon Unstable Edition KDE Plasma Version: 6.4.80 KDE Frameworks Version: 6.19.0 Qt Version: 6.9.2 Graphics Platform: Wayland I can reproduce this. All affected items are in the topContent section of the drawer.
I put together a minimum reproducer test case for Kirigami:
import QtQuick
import QtQuick.Controls as QQC
import org.kde.kirigami as Kirigami
Kirigami.ApplicationWindow {
width: 600
height: 400
globalDrawer: Kirigami.GlobalDrawer {
topContent: [
QQC.ItemDelegate {
icon.name: "edit-bomb"
text: "I become invisible when the color scheme changes"
}
]
}
}
So it looks like this is an issue in GlobalDrawer itself. Moving to Kirigami.
|
Created attachment 184843 [details] discover white sidebar text SUMMARY If I switch colors schemes, the text color in the sidebar stays the same until I reopen it, then it updates. Happens both ways. STEPS TO REPRODUCE 1. Open Discover 2. Switch to Brezee Light/Dark SOFTWARE/OS VERSIONS Operating System: KDE Linux 2025-09-03 KDE Plasma Version: 6.4.80 KDE Frameworks Version: 6.18.0 Qt Version: 6.9.2 Kernel Version: 6.16.4-arch1-1 (64-bit) Graphics Platform: Wayland