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
Browser: Other (specify version)
Language Found: English
Description
Steps to reproduce:
1. set maxChars to a value for a variable
2. concat until string length is greater than maxChars
3. Repeat...
Actual Results:
string ends up with a length > maxChars
Expected Results:
Attempts to concat a variable > maxChars fails
Workaround (if any):