[Libreoffice-bugs] [Bug 123752] New: EDITING: Regression in handling of the group separator in formula context
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Feb 27 23:33:14 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123752
Bug ID: 123752
Summary: EDITING: Regression in handling of the group separator
in formula context
Product: LibreOffice
Version: 6.2.0.1 rc
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: bugz.j at tukesoft.com
Calc version 6.2 introduced a regression with a possibility of data corruption.
This affects locales where the grouping separator is not comma.
Steps to reproduce:
1) use a locale like fi_FI 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.
This happens with both the provided Windows binary (6.2.0.3) and a Linux
version (6.2.1.1) compiled from source.
If the originating cell has a format with no group separator or if the group
separator of the locale is comma, everything works like before.
The reason behind the regression appears to be an incomplete fix to bug 42518,
since reverting commits 673bd16887c354981120f7ebea44b25b0ab2e41e and
9336286a7ea5385541344f444e6f8702c85bdacb is enough to build a binary without
the regression.
--
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/20190227/6c9ce6e5/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list