https://bugs.kde.org/show_bug.cgi?id=456383
--- Comment #15 from Nils <[email protected]> --- (In reply to Nate Graham from comment #13) > What you're describing sounds like a bug. It's certainly not the intention, > and I can't reproduce it myself. > > If it's 100% reproducible for you, we'd appreciate a new bug report about > it. Thanks! Not sure if I got something wrong, but I had a look at the code of the commit. The inertial scrolling is triggered when wheelEvent->isEndEvent(). wheelEvent is a QWheelEvent, so I had a look at the Qt 6.9 docs. The function "Returns true if this event's phase() is Qt::ScrollEnd.", but turns out "The Qt::ScrollBegin and Qt::ScrollEnd phases are currently supported only on macOS." Would be astounded if it never worked at all, but it definitely doesn't for me. Will look into this further tomorrow. The behaviour I noticed when keeping the fingers on the trackpad might well not be inertial scrolling. There is a gradual slowdown after the fingers stop, and it feels drastically different to non-kirigami apps, but I can't fling the view a whole lot. -- You are receiving this mail because: You are watching all bug changes.
