Comment 16 for bug 688830

Revision history for this message
Andrea Grandi (andreagrandi) wrote :

I assigned myself this bug because I want to try fixing it on Unity-2D.

In this version we don't have these two files:
[1] - src/LauncherIcon.cpp @ LauncherIcon::RecvMouseUp
[2] - src/QuicklistView.cpp @ QuicklistView::RecvItemMouseRelease

so I think I will have to look inside some QML file.

I suspect we're only managing the Click event and not the Press event of the mouse.
I've probably to connect the other signal too to make it work, but I'm not sure yet.

First I've to find where the code is in Unity-2D. If anyone of you has any idea I would be glad to fix it.