Created attachment 190849 [details] video showing this issue, Storyboard layer is a regular paint layer, not the storyboard feature SUMMARY Clicking and dragging to reposition a keyframe onto an empty position results in nothing happening and the keyframe returning to it's original position. Cannot cut/copy keyframes using either Ctrl+C/X or with the right click context menu. STEPS TO REPRODUCE 1. Create krita project with animated layer 2. Create a blank keyframe, draw on it if you so desire 3. Attempt to move it in any way shape or form OBSERVED RESULT While the keyframe does attach to the cursor, dropping it over an empty space, will do nothing. EXPECTED RESULT The keyframe gets moved. SOFTWARE/OS VERSIONS Linux: 6.19.6-gentoo-dist Qt Version: 6.10.2
https://invent.kde.org/graphics/krita/-/merge_requests/2715
(In reply to Luna from comment #1) > https://invent.kde.org/graphics/krita/-/merge_requests/2715 cheers, will compile and use this branch for now
*** Bug 517737 has been marked as a duplicate of this bug. ***
Git commit b0810e278ae820773303adcd807f81f212a75f1c by Dmitry Kazakov, on behalf of Luna Lovecraft. Committed on 27/03/2026 at 12:54. Pushed by dkazakov into branch 'master'. Fix keyframe copy-pasting on qt6 Qt6 made the size type of a QList configurable, and by default it is a long long, so the byte alignment of the data was completely broken in the clipboard. M +1 -1 plugins/dockers/animation/KisAnimTimelineFramesModel.cpp https://invent.kde.org/graphics/krita/-/commit/b0810e278ae820773303adcd807f81f212a75f1c
Git commit ec7297d7b43749a89ab4f1df09f831426ca261e0 by Dmitry Kazakov. Committed on 27/03/2026 at 12:55. Pushed by dkazakov into branch 'krita/6.0'. Fix keyframe copy-pasting on qt6 Qt6 made the size type of a QList configurable, and by default it is a long long, so the byte alignment of the data was completely broken in the clipboard. (cherry picked from commit b0810e278ae820773303adcd807f81f212a75f1c) Co-authored-by: Luna Lovecraft <ciubix8514@gmail.com> M +1 -1 plugins/dockers/animation/KisAnimTimelineFramesModel.cpp https://invent.kde.org/graphics/krita/-/commit/ec7297d7b43749a89ab4f1df09f831426ca261e0
Git commit 7d1aef63019af3f4a8d7a6366d33a7f6187b2024 by Dmitry Kazakov. Committed on 27/03/2026 at 15:11. Pushed by dkazakov into branch 'release/6.0.0'. Fix keyframe copy-pasting on qt6 Qt6 made the size type of a QList configurable, and by default it is a long long, so the byte alignment of the data was completely broken in the clipboard. (cherry picked from commit b0810e278ae820773303adcd807f81f212a75f1c) Co-authored-by: Luna Lovecraft <ciubix8514@gmail.com> M +1 -1 plugins/dockers/animation/KisAnimTimelineFramesModel.cpp https://invent.kde.org/graphics/krita/-/commit/7d1aef63019af3f4a8d7a6366d33a7f6187b2024