Updates:
        Status: Notabug

Comment #6 on issue 1733 by takao.fujiwara1: ibus causes keystrokes to fail to reach freeplane when it is put under strain
http://code.google.com/p/ibus/issues/detail?id=1733

I didn't understand proprietary Java which is Oracle java.

OK, I got your instruction and I could reproduce your problem.
It seems freeplane event handling hangs when many key events happens.

You could use a following workaround:

% ibus exit
% env IBUS_ENABLE_SYNC_MODE=1 ibus-daemon --xim &

I guess freeplane needs to use an async API in the key event handling not to hang the key events but I could not find which java file handles Ctrl+Up/Down since freeplane includes many source files.

--
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.

回复