On Thu, Jan 6, 2011 at 3:29 PM, vijibalas <[hidden email]> wrote:
Hi,
I am using richui autocomplete which has the following text suggestions:
A&E Television Networks
AT&T
I dont have any issue in Firefox. But I do have a problem in IE. The problem
is even though 'A&E Television Networks' displays correctly in IE, it does
not display AT&T fully in IE. Instead displays only AT in IE. Firefox
display both entries correctly.
I ran this against IE7 and IE 8. Using IE Developer Tools the Text is just
li Text is just AT instead of AT&T even though _oResultData and
_sResultMatch correctly displays "AT&T".
Please see attached screenshot. I am using richui 0.8. Is there a fix for
this issue ?
No I meant, did you use & instead of just plain &.
Mark
On Thu, Jan 6, 2011 at 4:09 PM, vijibalas <[hidden email]> wrote:
Mark
Thanks for your reply. If you mean URLEncode on Javascript/Decode in
Controller, then yes I did that. Without that I could not see 'A&E
Television Networks' either as it has the & too. If you notice my image the
Text in autocomplete li shows only AT incorrectly even tho _oResultData and
_sResultMatch correctly displays "AT&T". I have the problem in IE and not
in firefox for AT&T even tho 'A&E Television Networks' work in both
browsers.