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

InputMethod hides soon with ShiftModifier.

    XMLWordPrintable

Details

    • Windows
    • 067b538641 (qt/qtbase/dev) 067b538641 (qt/tqtc-qtbase/dev) 41a4940fcd (qt/qtbase/6.3) 41a4940fcd (qt/tqtc-qtbase/6.3) 41a4940fcd (qt/qtbase/6.3.1) a4b9cc090f (qt/tqtc-qtbase/6.2)

    Description

       When I writes something with QTextEdit by InputMethod with ShiftModifier,

      I can't write anything.I use Japanese Keyboard.

      I can't write a capital letter like A, B, C or (){}~ |.(2Byte characters)

      On the other hand, Qt 5.15 had no problem in related with this.

      import PySide6
      
      from PySide6 import QtGui, QtCore, QtWidgets
      import os, sys, uuid
      dirname = os.path.dirname(PySide6.__file__)
      plugin_path = os.path.join(dirname, 'plugins', 'platforms')
      os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path
      def main():
          app = QtWidgets.QApplication(sys.argv) if QtWidgets.QApplication.instance() is None else     QtWidgets.QApplication.instance()
          t = QtWidgets.QTextEdit()
          t.show()
          sys.exit(app.exec())
      if __name__ == "__main__":
         main()
      
      

       

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-98003
          # Subject Branch Project Status CR V

          Activity

            People

              anrocha André De La Rocha (Inactive)
              nori Harunori Fujimoto
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes