Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): Windows
Affected OS(s):
Language Found: English
Description
Steps to reproduce:
1. Create an instance: <ns:RichEditableText id="spaceEditor" text=" hallo " /> Note the leading and trailing spaces in text.
Actual Results:
spaceEditor.export.toString() == "...<span>hallo</span>..."
Expected Results:
spaceEditor.export.toString() == "...<span> hallo </span>..."
Workaround (if any):
Use XML.ignoreWhitespace = false; etc as describe in http://forums.adobe.com/thread/230089 . Though maybe the TLF team might fix it in their code: http://forums.adobe.com/message/2030394#2030394 .