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

[Regression: 4 - 5&6] QCompleter can not use input method when completer popup is visible on Linux

XMLWordPrintable

    • Linux/X11
    • f83ea8962 (dev), d06debf22 (tqtc/lts-6.2), 3992857b8 (6.5), 0a981bd9d (6.6)

      Can be easily tested with the offical completer example:
      https://code.qt.io/cgit/qt/qtbase.git/tree/examples/widgets/tools/completer/resources?h=6.4

      Basically the issue is that, unlike on Windows, on Linux/X11, focusObject is changed to the popup's QListView when the popup is visible. QListView is not the correct focusObject and it's an input method disabled object. In this case and input method will simply ignore any key event.

        1. 3.mp4
          1.41 MB
          Weng Xuetian
        2. 0001-WIP-debug-for-QTBUG-108522.patch
          2 kB
          Liang Qi
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            axelspoerl Axel Spoerl
            csslayer Weng Xuetian
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes