Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
See code in RichText:
//---------------------------------- // text //---------------------------------- [Inspectable(category="General")] // Compiler will strip leading and trailing whitespace from text string. [CollapseWhiteSpace] // The _text storage var is mx_internal in TextBase. /** * @private */ private var textChanged:Boolean = false;
Why "CollapseWhiteSpace" specified for boolean property? May be it must be specified for text attribute?