Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.0
-
None
-
tested on Windows XP and Ubuntu 9.10 (Gnome)
-
d44b7f2faa8cdc3832eac40bc45102acc3e3146a
Description
To reproduce, use examples/listview/listview-example.qml and add the following snippet to one of the listviews:
onMovementStarted:
{ console.log("onMovementStarted()") }onMovementEnded:
{ console.log("onMovementEnded()") }onMovingChanged:
{ console.log("onMovingChanged()") }Nothing is printed on output if scrollwheel is used, but it works with mouse. Other signals are broken too as can be seen from the output.