Qt 6.11 is out! See what's new in the release
blog
TextInput does not hide the Chinese input method when it loses focus
-
I'm using MacOS 13.7.8 and Qt6. As described in the title, I found that when using a Chinese input method in TextInput, if the user clicks on other areas of the application at this time, TextInput loses focus, but the Chinese input method is not hidden.
I tried to call the Qt.inputMethod.hide() method when TextInput lost focus, but it didn't work.
-
Hi,
Which version of Qt are you using ?
I remember seeing something related some times ago. -
Hi,
Which version of Qt are you using ?
I remember seeing something related some times ago. -
You should try with a current version of Qt. IIRC it's 6.10.1 at the time of writing.