Comment #19 on issue 1726 by takao.fujiwara1: ibus-hangul <Space> and <Enter> keys problems on Qt5 applications
http://code.google.com/p/ibus/issues/detail?id=1726

OK, ported the patch to Ubuntu 14:
https://fujiwara.fedorapeople.org/ibus/20140806/ibus-qt5-ub14-x86.tar.gz

The file includes:
/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so

I also investigated QT 5.1.1 and it seems QWindowSystemInterface::handleExtendedKeyEvent() did not commit the space event soon and then Korean order was correct unexpectedly in QT 5.1.1. But now QWindowSystemInterface::handleExtendedKeyEvent() is fixed and commits the space immediately in QT 5.2 and need to fix dbus sync api.
The part of my patch is not changed between QT 5.1.1 and QT 5.2.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

回复