Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.7
-
None
Description
On a QQuickItem that accepts hover events and mouse buttons events, if the mouse is pressed inside the item, then moved outside and finally released, only QEvent::MouseButtonRelease is sent.
The expected behavior is that QEvent::HoverLeave should be sent right after QEvent::MouseButtonRelease.
Currently QEvent::HoverLeave is only sent if the mouse is moved after the release.
Attachments
Issue Links
- resulted in
-
QTBUG-56556 Button stays hovered while pressed
- Closed