You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bino Kohli (Created) (JIRA)" <de...@myfaces.apache.org> on 2012/02/17 20:15:59 UTC

[jira] [Created] (TRINIDAD-2219) Negative numbers for Bidi/RTL languages are not handled correctly

 Negative  numbers for Bidi/RTL languages are not handled correctly
-------------------------------------------------------------------

                 Key: TRINIDAD-2219
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2219
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.0-core
         Environment: windows
            Reporter: Bino Kohli
            Priority: Minor


When the string is a negative bidi number, e.g. "12.5-", the (numberString*numberString) and (numberString / numberString) return NaN. So it fails to parse. So need to parse it correctly for RTL/Bidi cases. Correct behavior is to send the correct value (-12.5) when this check  (numberString*numberString) and (numberString / numberString) is done. Later display it as Bidi.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TRINIDAD-2219) Negative numbers for Bidi/RTL languages are not handled correctly

Posted by "Gabrielle Crawford (Updated) (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabrielle Crawford updated TRINIDAD-2219:
-----------------------------------------

    Status: Open  (was: Patch Available)
    
>  Negative  numbers for Bidi/RTL languages are not handled correctly
> -------------------------------------------------------------------
>
>                 Key: TRINIDAD-2219
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2219
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0-core
>         Environment: windows
>            Reporter: Bino Kohli
>            Priority: Minor
>
> When the string is a negative bidi number, e.g. "12.5-", the (numberString*numberString) and (numberString / numberString) return NaN. So it fails to parse. So need to parse it correctly for RTL/Bidi cases. Correct behavior is to send the correct value (-12.5) when this check  (numberString*numberString) and (numberString / numberString) is done. Later display it as Bidi.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TRINIDAD-2219) Negative numbers for Bidi/RTL languages are not handled correctly

Posted by "Gabrielle Crawford (Updated) (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabrielle Crawford updated TRINIDAD-2219:
-----------------------------------------

    Status: Patch Available  (was: Open)
    
>  Negative  numbers for Bidi/RTL languages are not handled correctly
> -------------------------------------------------------------------
>
>                 Key: TRINIDAD-2219
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2219
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0-core
>         Environment: windows
>            Reporter: Bino Kohli
>            Priority: Minor
>
> When the string is a negative bidi number, e.g. "12.5-", the (numberString*numberString) and (numberString / numberString) return NaN. So it fails to parse. So need to parse it correctly for RTL/Bidi cases. Correct behavior is to send the correct value (-12.5) when this check  (numberString*numberString) and (numberString / numberString) is done. Later display it as Bidi.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (TRINIDAD-2219) Negative numbers for Bidi/RTL languages are not handled correctly

Posted by "Gabrielle Crawford (Resolved) (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabrielle Crawford resolved TRINIDAD-2219.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.2-core
         Assignee: Gabrielle Crawford
    
>  Negative  numbers for Bidi/RTL languages are not handled correctly
> -------------------------------------------------------------------
>
>                 Key: TRINIDAD-2219
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2219
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0-core
>         Environment: windows
>            Reporter: Bino Kohli
>            Assignee: Gabrielle Crawford
>            Priority: Minor
>             Fix For: 2.0.2-core
>
>         Attachments: FixingNegativeNumbersForRTL.patch
>
>
> When the string is a negative bidi number, e.g. "12.5-", the (numberString*numberString) and (numberString / numberString) return NaN. So it fails to parse. So need to parse it correctly for RTL/Bidi cases. Correct behavior is to send the correct value (-12.5) when this check  (numberString*numberString) and (numberString / numberString) is done. Later display it as Bidi.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira