-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qt5: Incorrect input text rendering with IME #5689
Comments
Can I ask you try to reproduce it on Lazarus IDE some dialog? if you can, we can safely post the bugreport to Lazarus! |
It means that you missed to install libQt5pas-DEV . this is the 2nd package listed in the releases of https://github.com/davidbannon/libqt5pas/releases libqt5pas-dev_2.15-1_amd64.deb Does installing DEV pkg help? |
Yes, it helps. And I can compile it with qt5 just fine. Tried in Search -> Find in Files dialog and this issue is indeed present! Demo video: simplescreenrecorder-2024-09-09_17.08.14.mp4 |
good, so now we are ready to post the bugreport for Lazarus bugtracker. Please do it. attach the detailed description how to repro it in IDE, and video. |
Issue created, link is here: https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/41128 |
Main man related to Qt5 said it is problem of Qt5 framework. pls check the same on some non-lazarus apps build on Qt5. it may be old versions of Kate editor (newest is bassed on Qt6). |
Tried with Clementine, which is a Qt5 application, and did not encounter this issue. I'll report back to that issue. |
I'm not sure if it's related, but both version Qt5 and Qt6 have input issues. For example, when I want to install a plugin, the pop up window gets frozen. I can't type anything in there. |
what popup window do you mean? |
ok... Wiki page has topic Linux: keyboard input problems try advices from there. and try to switch OS mode wayland/x. |
Version: Linux qt5
After opening a FIF4 window and start typing in Find input with input method, both rendering and searching are behaving incorrectly.
Actual input text: 承包商
Rendering text in Find input: 承包商承包
Actual searching keyword: 承包
I've been daily driving the gtk2 version and I can confirm this issue is not present in gtk2 version.
Video demo:
simplescreenrecorder-2024-09-09_10.48.27.mp4
The text was updated successfully, but these errors were encountered: