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

QML TableView->DelegateChoice MouseArea have error in onContainsMouseChanged

XMLWordPrintable

      QML ,  TableView->DelegateChoice have MouseArea .

      When I move mouse on colomn, for first MouseArea get containsMouse=true, and only after before mouseArea get containsMouse=false.

      ```

                          MouseArea {
                              anchors.fill: parent
                              hoverEnabled: true
                              onContainsMouseChanged: {
                                  if (containsMouse)

      {                                 console.log("--------------------", row, model.name)                             }

      else

      {                                 console.log("33333333333333333333", row, model.name)                             }

                              }
                          }

      ```

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            mihailllllll Mihail Last Mihail
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes