<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Comma-separated decimals are not processed same way, as in early versions of LO"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126809">126809</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Comma-separated decimals are not processed same way, as in early versions of LO
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.2.5.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Formula Editor
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>samsonov.box@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
The first problem is that fractions with comma-separated decimals not
surrounded by {} are broken.

The second problem is that extra space added between integer part of decimal
and comma.

Steps to Reproduce:
1. Open LibreOffice Math
2. Type "1,3 over 2 = 0,65" (without quotation marks)
3. See the preview window

Actual Results:
The formula rendered like 
   ,3 
1 ---- =0 ,65
   2 

See wrong.png attachment.
Pay attention the position of 1 and the extra space between 0 and ,


Expected Results:
The formula rendered like 
1,3
---=0,65
 2

See right.png attachment (made with LO 5.3.7)


Reproducible: Always


User Profile Reset: No



Additional Info:
Formulas created in previous versions of the LO will be broken when editing in
new versions.

Version: 6.3.0.4 (x64)
Build ID: 057fc023c990d676a43019934386b85b21a9ee99
CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

Also confirmed with LO Version 6.2.5.2 on another computer with windows 7 x64.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>