[Libreoffice-bugs] [Bug 123752] EDITING: Regression in handling of the group separator in formula context

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Mar 1 10:31:48 UTC 2019


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

--- Comment #2 from Laurent BP <jumbo4444 at yahoo.fr> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190301/0f2bf0bb/attachment.html>


More information about the Libreoffice-bugs mailing list