Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.2.0, 6.2.1
-
None
-
-
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
- is duplicated by
-
QTBUG-101410 [SIP] Cannot input CAPITAL letters with input method pressing shift
- Closed
-
QTBUG-103999 pyside6 QLineEdit, QTextEdit, QPlainTextEdit, QTableWidget Korean combination Error
- Closed
-
QTCREATORBUG-26887 IME input problem
- Closed
- relates to
-
QTCREATORBUG-27476 Minor problem when typing korean character in editor
- Closed
-
QTBUG-99679 Wrong cursor moving in Clipboard history selector.
- Closed