Bug ID 947013
Summary Qt5 IBus input context does not implement hide_preedit_text()
Classification openSUSE
Product openSUSE Distribution
Version 13.2
Hardware All
OS All
Status NEW
Severity Normal
Priority P5 - None
Component KDE4 Workspace
Assignee kde-maintainers@suse.de
Reporter ftake@geeko.jp
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

IBus engines that calls "hide_preedit_text()" via D-Bus, which includes
ibus-mozc, does not work correctly on Qt5 applications because Qt5 does not
implement that function.

With regard to ibus-mozc, users cannot delete the last character in a preedit
text.


A workaround is to replace "hide_preedit_text()" with "update_text_with_mode()"
on application side.

This problem also reproduces on 42.1 M2.


You are receiving this mail because: