Bug 1291238

Summary: committing with the space key in ibus-typing-booster works correctly only in GTK applications but not in Qt and X11 applications
Product: [Fedora] Fedora Reporter: Mike FABIAN <mfabian>
Component: ibus-typing-boosterAssignee: Mike FABIAN <mfabian>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: anish.developer, i18n-bugs, mfabian, psatpute, tfujiwar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ibus-typing-booster-1.3.0-3.fc23 ibus-typing-booster-1.3.0-3.fc22 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-22 22:02:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
0001-Forward-key-events-triggering-a-commit-using-forward.patch none

Description Mike FABIAN 2015-12-14 11:42:01 UTC
ibus-typing-booster-1.2.15-1.fc23.noarch

In GTK applications (gedit, gnome-terminal, ...):

type “word ”, the result is “word ”.

In KDE, Qt, X11 applications (konsole, xterm, rxvt-unicode, ...): 


type “word ”, the result is “ word”.

Same problem when committing with the arrow keys, the return key or the enter key.

Comment 1 Mike FABIAN 2015-12-14 11:49:05 UTC
Created attachment 1105559 [details]
0001-Forward-key-events-triggering-a-commit-using-forward.patch

Comment 2 fujiwara 2015-12-15 01:29:28 UTC
Interesting fix.
Qt 5.6 will fix the async issue but ibus-x11 is changed to use sync mode in ibus 1.5.11 and caused this bug.
Probably I think the similar fix can be applied to ibus-hangul too.

https://github.com/ibus/ibus/issues/1742

Comment 3 Fedora Update System 2015-12-17 12:25:55 UTC
ibus-typing-booster-1.3.0-3.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-10ffd394ce

Comment 4 Fedora Update System 2015-12-17 12:26:47 UTC
ibus-typing-booster-1.3.0-3.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-fefee286e1

Comment 5 Fedora Update System 2015-12-18 11:27:01 UTC
ibus-typing-booster-1.3.0-3.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update ibus-typing-booster'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-10ffd394ce

Comment 6 Fedora Update System 2015-12-18 11:55:49 UTC
ibus-typing-booster-1.3.0-3.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update ibus-typing-booster'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-fefee286e1

Comment 7 Fedora Update System 2015-12-22 22:02:49 UTC
ibus-typing-booster-1.3.0-3.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2016-01-09 02:20:53 UTC
ibus-typing-booster-1.3.0-3.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.

Comment 9 Mike FABIAN 2016-08-21 05:49:49 UTC
On Fedora 24, forward_key_event() seems to do nothing anymore in Qt applications!