Bug 496672

Summary: FolderBreadcrumbBar ignores the theme's background color
Product: [Plasma] plasma-integration Reporter: Brannon King <countprimes>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: normal CC: nicolas.fella
Priority: NOR    
Version First Reported In: 6.2.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: image showing breadcrumb bar with wrong coloring
compile this code for simple program to show dialog

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