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

Touch screen operation is abnormal in WINCE7.0 platform

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.5.0, 5.5.1, 5.6.0 Beta
    • GUI: Window management
    • Windows Embedded Compact 7.0

    Description

      We run the sample program "diagramscene" in WINCE7.0 platform. the menu can be open up and the menu item can be click run when use mouse.
      But the menu item cannot be click run when use touch screen. This problem is not exist in QT5.4.2. it begins from QT5.5.0, and QT5.6.0,
      QT5.5.1 has also the problem. The touch screen operation menu function is normal after we modified the source code as below
      D:\QT\5.5.1\qtbase\src\gui\kernel\qguiapplication.cpp line:2465
      original content:
      if(e->synthetic() && !touchEvent.isAccepted() && qApp->testAttribute(Qt::AA_SynthesizeMouseForUnhandledTouchEvents)) {
      modified content:
      if (0){//!e->synthetic() && !touchEvent.isAccepted() && qApp->testAttribute(Qt::AA_SynthesizeMouseForUnhandledTouchEvents)) {

      Attachments

        Issue Links

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

          Activity

            People

              aholza Andreas Holzammer
              dongsheqin@aliyun.com billdong
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes