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

Click event is not received in MouseArea after press and release at different points

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.11.0 Beta 3
    • 5.11
    • Location
    • None
    • Ubuntu 17.04
    • 5af3f07c95e758636090ad4a928fa8e86a7b2dc6

    Description

      In declarative_ui::MouseArea tests if the mouse press is on mouseOverlapper and mouseLower MouseAreas and then release is on mouseOverlapper and mouseUpper, then the next mouseClick() on mouseUpper does not work.

      A test function to demonstrate:

              function test__release_does_not_block_clicked()
              {
                  clear_data()
                  mousePress(map, 55, 75)
                  compare(mouseOverlapperPressedSpy.count, 1)
                  mouseRelease(map, 55, 25)
                  // This should follow the same logic as Flickable
                  compare(mouseOverlapperReleasedSpy.count, 0)
                  mouseClick(map, 25, 25)
                  // The following fails:
                  compare(mouseUpperClickedSpy.count, 1)
              }
      

      This effect caused failures described in https://bugreports.qt.io/browse/QTBUG-66533

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              kari.oikarinen Kari Oikarinen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes