Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: EE-3.2.0.BETA, EE-3.2.0.GA, 3.3
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:Icefaces3/trunk rev. 32749
Server: Tomcat7
Browsers: all
-
Assignee Priority:P2
Description
AutoComplete - all pages: typing a "\" in the autocomplete entry triggers a JS error (all browsers).
Error in IE7/FF17:
SyntaxError: unterminated string literal
http://localhost:8080/showcase/javax.faces.resource/icefaces-compat.js.jsf
Line 8
Error in Chrome:
Uncaught SyntaxError: Unexpected token ILLEGAL
Error in IE7/FF17:
SyntaxError: unterminated string literal
http://localhost:8080/showcase/javax.faces.resource/icefaces-compat.js.jsf
Line 8
Error in Chrome:
Uncaught SyntaxError: Unexpected token ILLEGAL
Committed fix at revision 32849. Escaped backslashes in order to prevent error from happening.