Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.8.2
-
None
-
Ubuntu linux 12.04, x64
Description
Setup:
- MouseArea
- acceptedButton = Qt.LeftButton by default
Steps to Repro
- mouse over the MouseArea
- push down the left mouse button - pressed signal fired
- press & release the right mouse button - a released signal is fired!
- release the left mouse button - nothing happens
Please see the attached QML file for a demo.