Bug 409151 - Typing Hangul with ibus in Konsole doesn’t work properly
Summary: Typing Hangul with ibus in Konsole doesn’t work properly
Status: RESOLVED UPSTREAM
Alias: None
Product: konsole
Classification: Applications
Component: keyboard (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-24 21:41 UTC by ariasuni
Modified: 2019-07-16 18:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
The mess that’s produces when trying to use arrow keys, backspace, enter, etc. while using ibus-hangul (9.96 KB, image/png)
2019-06-24 21:41 UTC, ariasuni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ariasuni 2019-06-24 21:41:57 UTC
Created attachment 121118 [details]
The mess that’s produces when trying to use arrow keys, backspace, enter, etc. while using ibus-hangul

SUMMARY
Typing Hangul in Konsole results in characters being printed instead of their action, e.g. suppr, arrows keys or enter print characters instead of doing their action.

STEPS TO REPRODUCE
1. Install and configure Ibus
2. Install and enable ibus-hangul
3. Type Hangul in Konsole

OBSERVED RESULT
- Typing arrow up, right, down, left produces each q, r, t, s
- Typing enter produces -
- Typing backspace results in (
- etc.

EXPECTED RESULT
Typing Hangul works as in other applications.

SOFTWARE/OS VERSIONS
Arch Linux
KDE Plasma Version: 5.16.1
KDE Frameworks Version: 5.59.0
Qt Version: 5.12.4
Comment 1 Shinjo Park 2019-06-26 16:07:38 UTC
This is not a Konsole bug, it is a bug in IBus Qt module. As far as I know patch for this problem is applied in Qt 5.13.

See also:
* https://github.com/ibus/ibus/issues/2068
* https://bugreports.qt.io/browse/QTBUG-58220
* https://codereview.qt-project.org/c/qt/qtbase/+/212179
* https://codereview.qt-project.org/c/qt/qtbase/+/255587
Comment 2 Christoph Feck 2019-07-16 13:23:07 UTC
Thanks for the investigation.
Comment 3 ariasuni 2019-07-16 18:46:24 UTC
Same, thanks. :)