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

[Windows] Incorrect handling of touch events when switching from combobox menu

XMLWordPrintable

      The issue is only reproducible on systems that support multitouch (like MS Surface).
      It can be reproduced on Windows 8.1 and Windows 10 with all the latest updates installed.

      Use attached test application to reproduce the issue.
      The test application handles Touch and Mouse events.

      Steps to reproduce the issue:
      1. Tap on the combobox and let the menu stay open.
      2. Tap on the rectangle below it.
      -> Only QEvent::MouseButtonPress (2) is being triggered.

      Expected outcome:
      Normally, when the rectangle is being tapped the following events are being triggered:

      194 
      196 
      2 
      3
      

      or any other combination of 194/196 2/3
      It's expected that the same would happen even if the combobox menu is opened.

        1. qtbug52257_diag.diff
          0.6 kB
          Friedemann Kleint
        2. qtbug52257.zip
          2 kB
          Friedemann Kleint
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            kileppal Kimmo Leppälä
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes