[Libreoffice-bugs] [Bug 130741] New: Formulas getting broken after switching between visual and code editor.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Feb 17 18:39:45 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=130741
Bug ID: 130741
Summary: Formulas getting broken after switching between visual
and code editor.
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Formula Editor
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: anton-tsyganenko at yandex.ru
Description:
After switching between visual and code editing, formulas are getting broken.
Steps to Reproduce:
1. set the cursor to the visual formula edit area, type "/a+b↓c+d", the code
will be `{ { a + b } over { c + d } }`
2. swich to the code editor, make a change (for example, change "d" to "e")
3. switch to the visual area, set the cursor after the fraction and type a
space, the code becomes `{ { a + b over c + e } ~ }`, however the formula still
looks correctly.
4. switch back the code editor, make a change (for example, remove the tilde).
Actual Results:
The formula is now broken and looks like "a + (b/c) + e".
Expected Results:
The only change that occurs in code on step 3 is adding tilde, and the formula
remains to look correctly after step 4, like "(a+b)/(c+e)"
Reproducible: Always
User Profile Reset: No
Additional Info:
Tested on LO 6.4.0.3 on Arch Linux, but I've been noticing this problem for at
least a few months, so it may be much older.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200217/2a37d3d3/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list