Summary: | Can't drop draggable list item back into its original position after dragging it around | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | Jack Hill <jackhill3103> |
Component: | general | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, trmdi |
Priority: | NOR | Keywords: | usability |
Version: | 5.92.0 | ||
Target Milestone: | Not decided | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kirigami/commit/a507a48e979c5881f65faac973a5b82b925e8642 | Version Fixed In: | 5.93 |
Sentry Crash Report: | |||
Attachments: |
Dragging around a playlist item
Moving a track in playlist |
Fixed in 22.04 with the playlist delegate rewrite. This is an issue with the rewrite. Just checked it still occurs as of commit fac46139ade89f67d275bd8c11b5c92c0601acf4 It's working fine for me. Could you attach a screen recording that shows the issue? Created attachment 147469 [details]
Moving a track in playlist
Here's another video.
Sometimes this bug happens, sometimes it doesn't 🤷♂️. No idea why.
Huh, that's weird. Still cannot reproduce it. Confirm. I find that it's a bug of Kirigami's Drag handler component. It happens when you hold the drag handler button at its lowest points. Git commit a507a48e979c5881f65faac973a5b82b925e8642 by Nate Graham, on behalf of Tranter Madi. Committed on 29/03/2022 at 02:20. Pushed by ngraham into branch 'master'. ListItemDragHandle: Emit moveRequest when cursor enters a new index FIXED-IN: 5.93 M +1 -1 src/controls/ListItemDragHandle.qml https://invent.kde.org/frameworks/kirigami/commit/a507a48e979c5881f65faac973a5b82b925e8642 |
Created attachment 147228 [details] Dragging around a playlist item SUMMARY Using git master When I was taking the video for this I noticed that sometimes this occurs and sometimes it doesn't. No idea why STEPS TO REPRODUCE 1. Click and hold a track in the playlist to move it 2. Move it around (don't let go!) 3. Try to put the track back in its original position OBSERVED RESULT The tracks above and below it are stuck together so I can't drop the track back in its original position EXPECTED RESULT Should be able to drop the track in its original position SOFTWARE/OS VERSIONS Linux/KDE Plasma: openSUSE Tumbleweed 20220228 KDE Plasma Version: 5.24.2 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION