Bug 473997

Summary: No styling for QQC2.SwipeDelegate, so Kirigami.SwipeListItem is missing a background
Product: [Frameworks and Libraries] frameworks-qqc2-desktop-style Reporter: Nate Graham <nate>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ahiemstra, bugseforuns, guimarcalsilva, kde, noahadvs, notmart, plasma-bugs-null
Priority: NOR Keywords: qt6
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Nate Graham 2023-08-31 17:21:38 UTC
The list items don't highlight on hover despite reacting to click, but the subtitles become more opaque on hover. It's a bit odd.
Comment 1 Nate Graham 2023-08-31 18:27:41 UTC
Ah it's a general issue in SwipeListItem, which is used by these KCMs. You can see it in the manual test in the Kirigami repo too.
Comment 2 Nate Graham 2023-08-31 18:44:51 UTC
Ok, so the problem here is that SwipeListItem is based on the QQC2 SwipeDelegate template and we recently removed the backgrounds in favor of inheriting backgrounds from the style, but we don't have styling for SwipeDelegate in qqc2-desktop-style. As a result, we're not inheriting any background.
Comment 3 Nate Graham 2025-02-22 18:35:55 UTC
Forward-duping to Bug 495291, which tracked the fix for this.

*** This bug has been marked as a duplicate of bug 495291 ***