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

Button stays hovered while pressed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.7.2
    • 5.8.0 Alpha
    • Quick: Controls 2
    • None
    • ed7521d27cbba69196870005c9d97129a6d7b781

      • 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
          }
      }
      

        For Gerrit Dashboard: QTBUG-56556
        # Subject Branch Project Status CR V

            Unassigned Unassigned
            jpnurmi J-P Nurmi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes