https://bugs.documentfoundation.org/show_bug.cgi?id=123752

--- Comment #2 from Laurent BP <[email protected]> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to