Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 3.5 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run the attached escapeTest.mxml
Actual Results:
Only the first escape char works, but nothing else apply.
Expected Results:
It should work as it is stated in the section "Escaping characters using the backslash character ":
http://livedocs.adobe.com/flex/3/html/help.html?content=mxmlSyntax_3.html#542155
"The MXML compiler automatically escapes the backslash character in MXML when the character is part of the value specified for a property of type String. Therefore, it always converts "\" to "
"."
Workaround (if any):