Bug 458466

Summary: Wrong text color in Code Index inline message
Product: [Frameworks and Libraries] frameworks-kwidgetsaddons Reporter: Nicolas Fella <nicolas.fella>
Component: generalAssignee: Christoph Feck <cfeck>
Status: REPORTED ---    
Severity: normal CC: christoph, kdelibs-bugs-null
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Screenshot

Description Nicolas Fella 2022-08-29 10:57:49 UTC
STEPS TO REPRODUCE
1. Start Kate with a light color scheme
2. Switch to dark colors in the app
3. Open the "Code Index" tab in the Project dock

OBSERVED RESULT
Message that says indexing is not active has wrong text color (dark)

EXPECTED RESULT
Correct text color (light)

SOFTWARE/OS VERSIONS
KDE Frameworks Version: master
Qt Version: 5.15.5
Comment 1 Nicolas Fella 2022-08-29 10:58:29 UTC
Created attachment 151680 [details]
Screenshot
Comment 2 Christoph Cullmann 2022-09-03 18:56:05 UTC
This is a plain KMessageWidget, we set not colors.
I assume that widget doesn't react on palette change.