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

Dragging cause qml application freezing on iOS

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.8.0
    • QPA
    • None
    • ipad(18.3.2)
    • iOS/tvOS/watchOS

    Description

      Touching and Dragging the blue square can cause the QML application to freeze.

      Item {
          width: 200; height: 200
          DropArea {
              x: 75; y: 75
              width: 50; height: 50
              Rectangle {
                  anchors.fill: parent
                  color: "green"
                  visible: parent.containsDrag
              }
          }
      
          Rectangle {
              x: 10; y: 10
              width: 20; height: 20
              color: "blue"
              Drag.active: dragArea.drag.active
              Drag.hotSpot.x: 10
              Drag.hotSpot.y: 10
              Drag.dragType:Drag.Automatic
              MouseArea {
                  id: dragArea
                  anchors.fill: parent
                  drag.target: parent
              }
          }
      } 

      Attachments

        1. 20250319-224516.jpeg
          514 kB
          wang chuan
        2. 20250319-224522.jpeg
          319 kB
          wang chuan
        For Gerrit Dashboard: QTBUG-134924
        # Subject Branch Project Status CR V

        Activity

          People

            vestbo Tor Arne Vestbø
            wang_chuan wang chuan
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There is 1 open Gerrit change