QtQuick2 applications steal mouse cursor from the OS
-
I noticed something odd - when a MouseArea with hover is used, sometimes it will cause the cursor to become unresponsive. Moving the cursor outside of the QML application and clicking other apps or the windows UI results in nothing. I have to ctrl+alt+del and go back to windows to get it to work again. I doesn't happen every time so it is a little hard to isolate, but I am pretty sure it has to do with hovering over MouseArea.
Anyone else experienced such behavior? Maybe there is bug involved?