Description: When we insert some element in formula editor, it is always inserted at the beginning, regardless of the position of the caret. Steps to Reproduce: 1. Open a new document of Math or Impress. 2. Open the formula editor. 3. Type some formulas and then insert some elements. Actual Results: The element is inserted at the beginning. Expected Results: The element should be inserted at the caret position. Reproducible: Always User Profile Reset: Yes Additional Info: Version: 24.2.4.2 (X86_64) / LibreOffice Community Build ID: 420(Build:2) CPU threads: 8; OS: FreeBSD 14.1; UI render: default; VCL: qt5 (cairo+xcb) Locale: ja-JP (ja_JP.UTF-8); UI: en-US Calc: threaded
switch from Visual edit mode Tools -> Options -> LibreOffice Math -> Settings 'Miscellaneous Options' and uncheck 'Enable visual editing', OK out and restart LibreOffice. And visual mode has been removed as default at 24.8.1 release, and patched should there be a 24.2.7 final release. *** This bug has been marked as a duplicate of bug 160226 ***
Thanks. I did. However, I don't understand why "Tools -> Options -> LibreOffice Math" exists only in the LibreOffice Math application. It is not present in the Impress, despite it is indispensable.
(In reply to Taka from comment #2) > Thanks. I did. > However, I don't understand why "Tools -> Options -> LibreOffice Math" > exists only in the LibreOffice Math application. It is not present in the > Impress, despite it is indispensable. Just the way the modules were organized back in StarOffice era. That is, any sm formula manipulation is done as OLE and so will call the sm module. But configurations unique to a module are placed into that module's specific configuration panel only. Configuration only available when the module is active. It is the same for the other LibreOffice modules when OLE of their product is accessed. E.g. insert a ODF spreadsheet as OLE into a Draw or Impress canvas and check the Options menu while the inserted object is active. Or insert an ODF drawing into a Writer document.