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

Mouse events synthesized from touch events doesn't get grabbed correctly.

    XMLWordPrintable

Details

    • Windows
    • 38504041148f2d1cffea6520ea448dd4171adb0b (qt/qtbase/5.12)

    Description

      The problem can easily be tested with this example:

      #include <QLineEdit>
      #include <QApplication>
      
      int main(int argc, char *argv[])
      {
          QApplication app(argc, argv);	
          QLineEdit edit("Hello world !");
          edit.show();
          return app.exec();
      }
      

       

      Selecting the text with touch input and then dragging outside the window will not change the selection as you move up or down to select the entire row. But it will with the --platform windows:nowmpointer.

       

      Attachments

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

        Activity

          People

            anrocha André De La Rocha (Inactive)
            cyriuz Viktor Arvidsson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes