Comment 1 for bug 731449

Revision history for this message
Olivier Tilloy (osomon) wrote :

The issue is more easily observed by decreasing the value of the autoScrollVelocity property in Launcher.qml.
When dragging a tile upwards and to the point that the mouse cursor is over the auto-scroll area, if one leaves the mouse cursor there without moving the mouse at all, one will observe that the tile doesn’t get dropped at the top of the list when it is reached, but instead at the position where it was when the mouse cursor entered the auto-scroll area.
This is because the ListViewDragAndDrop component reacts to mouse position changes. Once the mouse position stops changing, the position of the tile is not updated anymore.