https://bugs.documentfoundation.org/show_bug.cgi?id=146201
Bug ID: 146201
Summary: Improper formatting of "frac" in Formula object
ignores brackets
Product: LibreOffice
Version: 7.2.3.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Formula Editor
Assignee: [email protected]
Reporter: [email protected]
The bug can be reproduced by using this code in a formula object of
LibreWriter:
<code> frac {N} {D} +X </code>
The expected behavior can be demonstrated using the over function:
<code> {N} over {D} +X </code>
Instead, the above bug places the X inside the denominator even though the "+X"
is outside of the second set of brackets {}. Use of the function "frac" should
have the same behavior as when using the function "over".
--
You are receiving this mail because:
You are the assignee for the bug.