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

PointerDeviceHandler acceptedModifiers property ignore multiple values

    XMLWordPrintable

Details

    • 5e96f43fe03e16d7ca68f0dd888c4518a98694f2 (qt/qtdeclarative/5.13)

    Description

       

      Despite acceptedModifiers being a flag it does not handle multiple values like:

       

      Item { 
        TapHandler { 
          acceptedModifiers: Qt.NoModifier | Qt.ControlModifier
          onTapped: console.log("tapped") 
        } 
      }
      

       

       

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            x-krys Christopher Courtois
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes