https://bugs.documentfoundation.org/show_bug.cgi?id=162449
Bug ID: 162449
Summary: The Math script changes after inserting a symbol
Product: LibreOffice
Version: 24.2.5.2 release
Hardware: IA64 (Itanium)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Formula Editor
Assignee: [email protected]
Reporter: [email protected]
Description:
After I insert a symbol into a Math script, the formula editor completely
change the original script by adding extra braces and putting the new symbol
near the beginning of the script.
For example, the original script is
1 + 2 = 3 +
After trying to insert a Greek-letter alpha the end of "3 + ," the script
becomes
{ %ALPHA { { 1 + 2 } = { 3 + {} } } }
Steps to Reproduce:
1. Create a script in the Math editor: 1 + 2 = 3 +
2. Go to Tools -> Symbols
3. In the Symbols window, select any symbol set. I chose "Greek."
4. Choose any symbol. I chose the Greek-letter alpha.
5. Click "Insert" button in the Symbols window.
Actual Results:
The formula window shows the script has changed to
{ %ALPHA { { 1 + 2 } = { 3 + {} } } }
Expected Results:
The MATH script should be
1 + 2 = 3 + %ALPHA
Reproducible: Always
User Profile Reset: No
Additional Info:
None.
--
You are receiving this mail because:
You are the assignee for the bug.