https://bugs.kde.org/show_bug.cgi?id=523866
Devin Lin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/08 | |10418b1109e06a17f615dcf4b41 | |ffcc1962ccd --- Comment #6 from Devin Lin <[email protected]> --- Git commit 0810418b1109e06a17f615dcf4b41ffcc1962ccd by Devin Lin. Committed on 22/09/2026 at 00:44. Pushed by devinlin into branch 'master'. columnview: Fix rapid touch taps not working by fasttracking anim If the x position is already at the end state, directly finish the animation instead of waiting for the animation to end and eating tap events from the content. This fixes repeated touches not triggering anything, causing buttons to stop working if pressed more than once repeatedly. M +41 -0 autotests/tst_columnview.qml M +20 -13 src/layouts/columnview.cpp M +2 -0 src/layouts/columnview_p.h https://invent.kde.org/frameworks/kirigami/-/commit/0810418b1109e06a17f615dcf4b41ffcc1962ccd -- You are receiving this mail because: You are watching all bug changes.
