You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (JIRA)" <de...@myfaces.apache.org> on 2010/07/08 09:08:49 UTC

[jira] Created: (MYFACES-2794) jsf.js: Replace some direct comparisons with equalsIgnoreCase

jsf.js: Replace some direct comparisons with equalsIgnoreCase
-------------------------------------------------------------

                 Key: MYFACES-2794
                 URL: https://issues.apache.org/jira/browse/MYFACES-2794
             Project: MyFaces Core
          Issue Type: Improvement
    Affects Versions: 2.0.2-SNAPSHOT
         Environment: Javascript
            Reporter: Werner Punz
            Priority: Minor


We have some direct comparisons with toLowerCase in the dom routines, those need replacements by the Lang.js function equalsIgnoreCase.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MYFACES-2794) jsf.js: Replace some direct comparisons with equalsIgnoreCase

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Werner Punz resolved MYFACES-2794.
----------------------------------

    Fix Version/s: 2.0.1-SNAPSHOT
       Resolution: Fixed

> jsf.js: Replace some direct comparisons with equalsIgnoreCase
> -------------------------------------------------------------
>
>                 Key: MYFACES-2794
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2794
>             Project: MyFaces Core
>          Issue Type: Improvement
>    Affects Versions: 2.0.2-SNAPSHOT
>         Environment: Javascript
>            Reporter: Werner Punz
>            Priority: Minor
>             Fix For: 2.0.1-SNAPSHOT
>
>
> We have some direct comparisons with toLowerCase in the dom routines, those need replacements by the Lang.js function equalsIgnoreCase.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.