https://bugs.kde.org/show_bug.cgi?id=479175
--- Comment #1 from b...@mogwai.be --- I've done some further investigation, and I've now traced it to a few lines of code. With QT_QUICK_CONTROLS_MOBILE=1, m_acceptMouse is set to true on the ColumnView. This in turns sets m_mouseDown = true when the current Page is clicked. This also happens when a delegate or button is clicked which is supposed to insert a new page. While m_mouseDown is true, some code will be skipped in ColumnView::setCurrentIndex() which is responsible for the animation that moves the view to the new page. My guess is that setCurrentIndex is called before the mouse button is released, so it does not execute the animation. -- You are receiving this mail because: You are watching all bug changes.