Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0 Alpha
-
None
-
ed7521d27cbba69196870005c9d97129a6d7b781
Description
- run with the universal style (to see clear hover effect)
- press the button
- move the cursor outside the button while keeping mouse pressed
expected: button is no longer hovered
actual: button stays hovered until the first move after release
import QtQuick 2.5 import QtQuick.Window 2.2 import QtQuick.Controls 2.0 ApplicationWindow { width: 300 height: 300 visible: true Button { text: "Button" anchors.centerIn: parent } }
Attachments
Issue Links
- resulted from
-
QTBUG-56269 QEvent::HoverLeave is not sent when the mouse is released outside of a QQuickItem
- Open