<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING: Regression in handling of the group separator in formula context"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123752#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING: Regression in handling of the group separator in formula context"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123752">bug 123752</a>
              from <span class="vcard"><a class="email" href="mailto:jumbo4444@yahoo.fr" title="Laurent BP <jumbo4444@yahoo.fr>"> <span class="fn">Laurent BP</span></a>
</span></b>
        <pre>Same bug with new profile
Same bug with more or less decimals
Same bug with locale en-US
No bug without '='
No bug without thousand separator

So procedure can be simplified to:
1. Enter a value larger than 1000
2. Add thousand separator
3. Copy cell
4. Type a starting '=' and paste

Behavior will depend on value, if it contains '0' or not: some '0' are removed
in pasted string
1,000 => 1,0
1,001 => 1,1
1,034,000 => 1,34,0
1,034,001 => 1,34,1
1,034,010 => 1,34,10
103,000 => 103,0
103,001 => 103,1
103,011 => 103,11

I was not able to add an extra zero.</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>