Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-56269

QEvent::HoverLeave is not sent when the mouse is released outside of a QQuickItem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4: Low P4: Low
    • None
    • 5.7
    • None

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            srutledg Shawn Rutledge
            grecko Pierre-Yves Siret
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes