Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.1
-
None
-
qt-qml HEAD at 1628df4ab8f46d23a5c733b1b4f4de47f0691b9a
-
cfbca0bd925b76fff533dc093c67ad72dbd73de5
Description
This was seen with the code in the comment here:
http://bugreports.qt.nokia.com/browse/QTBUG-11341?focusedCommentId=118472&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_118472
Flick the ListView, then click on it while it is still moving to stop it. Click on an item that is not already the
current one, and note how nothing happens. It takes a second click to make it the current one. This is
because the delegate's MouseArea's onClicked handler is not called the first time.