| Summary: | Checkboxes get messed up if the toolbutton styling in the Plasma Style involves solid backgrounds | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] libplasma | Reporter: | The Feren OS Dev <ferenosdev> |
| Component: | components | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.80.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
The Feren OS Dev
2021-04-06 14:09:23 UTC
Is this with a Plasmacomponents3 checkbox, or with a PlasmaComponents2 one? Can you attach a screenshot that shows the problem? I that for the indicator, we use a PlasmaCore.FrameSvgItem with:
imagePath: "widgets/button"
prefix: "normal"
Which looks weird, but the "normal" prefix is for pushbuttons, not toolbuttons AFAIK.
However in ButtonHover.qml, I see this:
// TODO KF6: If "toolbutton-hover" is made to behave like "hover",
// put the logic for flat button hover effects here.
Could be related.
But the bottom line is that this is *trying* to render the checkbox to look like a button, not a toolbutton.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |