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

Key and pointer events delivered to popups are synthetic

    XMLWordPrintable

Details

    • All
    • 3fbae61ea (dev), c20a38202 (6.8), 6f4816247 (6.8.0)

    Description

      https://codereview.qt-project.org/c/qt/qtbase/+/536709 has moved popup management from QApplication to QGuiApplication. It implements QWindowPrivate::forwardToPopup(), which forwards events to a popup using QCoreApplication::sendEvent().

      That method doesn't set the QEvent::m_spont to true, which makes all key events appear synthetic, if delivered to a popup.

      Attachments

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

        Activity

          People

            axelspoerl Axel Spoerl
            axelspoerl Axel Spoerl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes