<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 - EDITING: Regression in handling of the group separator in formula context"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138432">138432</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>EDITING: Regression in handling of the group separator in formula context
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>7.0.3.1 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>Calc
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>bugz.j@tukesoft.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>TLDR: <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - EDITING: Regression in handling of the group separator in formula context"
   href="show_bug.cgi?id=123752">Bug 123752</a> is back.

I don't know if 7.0.3.1 is the first version to exhibit this, it's just what I
updated to from 6.4.7.2. 

This is a regression with a possibility of data corruption. This affects
locales where the grouping separator is not a comma or an apostrophe.

Steps to reproduce: 

1) use a locale like fi_FI or fr_FR for the document
2) enter a value like 12345,67 into a worksheet cell
3) pick a number format like "# ##0,00" for the cell
4) copy the cell to clipboard
5) enter another cell, type a starting = and paste

The result is Err:509 in the target cell and the pasted value has an extra zero
before the decimal separator, i.e. =123450,67 

If the worksheet with such an error is closed and then reopened, the error
status gets cleared but the value in the target cell is the one with an extra
zero.

Commit c4eb7dddf047 which fixed it the last time is still part of the codebase
so the breakage comes from somewhere else.</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>