]
Jonathan Bullock commented on RF-9922:
--------------------------------------
I've just recently come across this same issue in 3.3.4.Final and after some research
this seems to be a bug in the Tidy parser, a workaround is to use the Neko parser
instead:
Whitespace issue in Suggestion box
----------------------------------
Key: RF-9922
URL:
https://issues.jboss.org/browse/RF-9922
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.3.2.GA
Environment: JBOSS 4.2.*
Reporter: thirunavukkarasu kirubanandam
Fix For: 3.Future
rich:suggestion box trims the multiple whitespaces to a single whitespace between words.
e.g. In search pages if we want to search for john smith, suggestion box lists with john
smith with single whitespace between words. Search fails due to this. Tried using the
solution given in this forum(using pre tag). The list displays the name John Smith with
multiple white space characters. On selection of the item the selected data the multiple
white space characters gets trimmed to single white space character. Because of this the
right set of data is not retrieved.