Bug 458466 - Wrong text color in Code Index inline message
Summary: Wrong text color in Code Index inline message
Status: REPORTED
Alias: None
Product: frameworks-kwidgetsaddons
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Christoph Feck
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-29 10:57 UTC by Nicolas Fella
Modified: 2022-09-03 18:56 UTC (History)
2 users (show)

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


Attachments
Screenshot (8.32 KB, image/png)
2022-08-29 10:58 UTC, Nicolas Fella
Details

Note You need to log in before you can comment on or make changes to this bug.
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.