Comment 8 for bug 768812

Revision history for this message
Florian Boucault (fboucault) wrote : Re: [launcher] icons no longer active after an incomplete drag (no reliable way to reproduce yet)

Thanks for the useful comments Piet. I found a very reliable way to reproduce the bug:

1. Patch launcher/ListViewDragAndDrop.qml to change line 54 from:

        interval: 500 /* in milliseconds */

to:

        interval: 5000 /* in milliseconds */

2. Restart the launcher
3. Position the mouse pointer at the very bottom of one application item of the launcher
4. Press the left mouse button and keep it pressed
5. Move the mouse around 6-7 pixels down (not more so that the list does not start scrolling)
6. Release the left mouse button

Steps 5. and 6. should be performed in under 5 seconds.