Bug 496672 - FolderBreadcrumbBar ignores the theme's background color
Summary: FolderBreadcrumbBar ignores the theme's background color
Status: RESOLVED UPSTREAM
Alias: None
Product: plasma-integration
Classification: Plasma
Component: general (show other bugs)
Version: 6.2.3
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-25 14:44 UTC by Brannon King
Modified: 2024-11-25 16:36 UTC (History)
1 user (show)

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


Attachments
image showing breadcrumb bar with wrong coloring (83.00 KB, image/png)
2024-11-25 14:44 UTC, Brannon King
Details
compile this code for simple program to show dialog (1.65 KB, application/zip)
2024-11-25 15:34 UTC, Brannon King
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brannon King 2024-11-25 14:44:26 UTC
Created attachment 176105 [details]
image showing breadcrumb bar with wrong coloring

This is an issue with the QtQuick theme named org.kde.breeze. FolderBreadcrumbBar ignores the theme's background color, as shown in the attached image. This happens with the Breeze-Dark theme and the Endeavor-Breeze-Dark theme. Notice also the background behind the buttons on that non-native file dialog page and the incorrect sizing of the buttons at 125% scale.
Comment 1 Nicolas Fella 2024-11-25 14:57:48 UTC
What program is this?
Comment 2 Brannon King 2024-11-25 15:34:48 UTC
Created attachment 176106 [details]
compile this code for simple program to show dialog

I attached some code to show the dialog.
Comment 3 Nicolas Fella 2024-11-25 16:36:49 UTC
Thanks, that's very helpful.

https://codereview.qt-project.org/c/qt/qtdeclarative/+/606507 fixes this