Bug 129349

Summary: Intervals with simple different parentheses don't work
Product: LibreOffice Reporter: Timofey <vuki03>
Component: Formula EditorAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED NOTABUG    
Severity: minor CC: rb.henschel, vsfoote
Priority: medium    
Version: 6.3.3.2 release   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 39750    

Description Timofey 2019-12-12 17:20:47 UTC
Description:
Intervals with different parentheses (e. g ( 1, 2 ] ) display question mark.
Difficult intervals like left ( 1, 2 right ] work normally

Steps to Reproduce:
1. Make a formula in Writer or just open Calc
2. Print ( 1, 2 ]

Actual Results:
?

Expected Results:
(1,2]


Reproducible: Always


User Profile Reset: No



Additional Info:
Comment 1 Timofey 2019-12-12 17:22:57 UTC
Actually it shows ¿, not ?
Comment 2 Timofey 2019-12-12 17:47:55 UTC
And, of course, just open Math*
Comment 3 V Stuart Foote 2019-12-12 20:23:52 UTC
That is the StarMath syntax you have to work with.

MathML <mfenced> stanzas for mixed 'open=', 'close=' bracket assignments are always prefixed in StarMath with 'left' and 'right'. Bracket pairs in LibreOffice are autoclosed by default.

You can escape the "]" by entering "\]"; and you can disable the auto closing of bracket pairs from in the Math module's Tools -> Options -> LibreOffice Math -> Settings panel.

Beyond that NOTABUG