Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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 <email@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 < or > results in an ugly display in the popup but at least the text in the input box is displayed correctly.