https://bugs.documentfoundation.org/show_bug.cgi?id=169521
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Caolán McNamara <[email protected]> --- Its the same general problem that there are two editengines and we try and keep them in sync with the input from one and we we forward simple keystroke as-is so they both do the same thing, while for IM events we don't and sync the contents so the other doesn't get the autocorrect logic applied. The other direction, main document to formulabar in ScGridWindow::Command of sc/source/ui/view/gridwin.cxx does forward to both editengines so doesn't suffer. I did try forwarding in this case in the past but ended up with a crash so that got reverted, but that is presumably the right direction, bug #155453 is related to this general issue too. https://gerrit.libreoffice.org/c/core/+/194368 looks promising as a potential solution -- You are receiving this mail because: You are the assignee for the bug.
