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 2006/02/21 15:27:29 UTC

[jira] Closed: (MYFACES-1143) InputSuggestAjax does not handle < and > correctly

     [ http://issues.apache.org/jira/browse/MYFACES-1143?page=all ]
     
Werner Punz closed MYFACES-1143:
--------------------------------

    Fix Version: Nightly
     Resolution: Fixed

Ok I am closing it now, the dojo people have solved this one for us...
Thanks Gerald for checking it and commenting on it.


> InputSuggestAjax does not handle < and > correctly
> --------------------------------------------------
>
>          Key: MYFACES-1143
>          URL: http://issues.apache.org/jira/browse/MYFACES-1143
>      Project: MyFaces Core
>         Type: Bug
>   Components: Sandbox
>     Reporter: Jean-Claude Pace
>      Fix For: Nightly

>
> When using InputSuggestAjax, if the list of suggestions contains the characters < and >, the string is not shown correctly in the popup. For example, if the component wants to suggest something like "Name <em...@address.com>" the popup will only show "Name". Leaving out either the < or the > will result in correct behaviour.
> My guess is that the characters are confusing the XML encoding used by Ajax. Substituting the characters with something like &lt; or &gt; results in an ugly display in the popup but at least the text in the input box is displayed correctly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira