https://bugs.documentfoundation.org/show_bug.cgi?id=96685
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bibisected --- Comment #1 from Justin L <[email protected]> --- This is a linux only - GTK only problem. It can be avoided by using XMODIFIERS=@im=ibus GTK_IM_MODULE=xim libreoffice OR SAL_USE_VCLPLUGIN=gen One way to code around the problem of not swallowing the very first keystroke is to set the focus on the very first child created in editEng/source/accessibility/AccessibleParaManger.cxx ::CreateChild. One way to code around all other non-swallowed keystrokes is to initialize with mbGroupHasFocus = true instead of false in svx/source/accessibility/AccessibleTextHelper.cxx constructor. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
