Bug 473997 - No styling for QQC2.SwipeDelegate, so Kirigami.SwipeListItem is missing a background
Summary: No styling for QQC2.SwipeDelegate, so Kirigami.SwipeListItem is missing a bac...
Status: RESOLVED DUPLICATE of bug 495291
Alias: None
Product: frameworks-qqc2-desktop-style
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2023-08-31 17:21 UTC by Nate Graham
Modified: 2025-02-22 18:35 UTC (History)
7 users (show)

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


Attachments

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