https://issues.apache.org/ooo/show_bug.cgi?id=119400
--- Comment #7 from hanya <[email protected]> --- I forgot to mention about the patch above, comment 6. When I push key to input a charactor in focused text field (multi-lined), TextEngine::ImpInsertText method in main/svtools/source/edit/texteng.cxx is called. In the method, bTryMerge is true for InsertUndo( pNewUndo, bTryMerge ) call for first key input. pMergeWithAction is NULL for first input in SfxUndoManager::ImplAddUndoAction_NoNotify method. So, the action is abandoned at the if statement and not tracked. -- You are receiving this mail because: You are the assignee for the bug.
