[Libreoffice-bugs] [Bug 142186] Cell formatting code #, ##0"." receives input field 123.45 as 12345

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon May 10 11:08:22 UTC 2021


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

Eike Rathke <erack at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|6.1.5.2 release             |Inherited From OOo
             Status|NEW                         |ASSIGNED
           Assignee|libreoffice-bugs at lists.free |erack at redhat.com
                   |desktop.org                 |
           Hardware|x86-64 (AMD64)              |All

--- Comment #4 from Eike Rathke <erack at redhat.com> ---
The confusion here is the literal string that equals the decimal separator.
Those literal strings are skipped when scanning the input, like 00"x"00"y"00
will accept an input of 12x34y56 as the number 123456.

Seems we need to exempt the decimal separator character. But then again, only
if one of those is present..

Taking.

-- 
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/20210510/ddac2617/attachment.htm>


More information about the Libreoffice-bugs mailing list