https://bugs.freedesktop.org/show_bug.cgi?id=68364

          Priority: medium
            Bug ID: 68364
          Assignee: [email protected]
           Summary: FORMCONTROLS: Conditional text error
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: [email protected]
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 4.0.4.2 release
         Component: Writer
           Product: LibreOffice

Created attachment 84366
  --> https://bugs.freedesktop.org/attachment.cgi?id=84366&action=edit
A LibreOffice Writer file where the error can be see.

Problem description: 

The problem occurs in LibreOffice Writer, at “Conditional Text”. Large numbers,
in Portuguese, are separated by points, not comas. When a number with two
points, like 9.999.999 is used as result of a condition, no result is showed.

Steps to reproduce:

NOTE: the signs < and > are used only as delimiters.

1. Define a text variable as follow <XYZ>.
2. Initialize it with <S>.
2. Make three tests using “Conditional Text”, following these cases:

CASE 1:
     if <XYZ EQ "S">
     then <1 622.>
     else <123456>
     The result (OK) will be <1 622.>

CASE 2:
     if <XYZ EQ "S">
     then <1.622_>
     else <123456>
     The result (OK) will be <1.622_>

CASE 3:
     if <XYZ EQ "S">
     then: <1.622.> <-- Attention to two points.
     else <123456>
     The result (NOT OK) will be nothing.

Current behavior: In CASE 3 nothing is showed.

Expected behavior: The result should be <1.622.>
Operating System: Windows 8
Version: 4.0.4.2 release

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

Reply via email to