Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run attached MXML file.
2. Type into each of the text controls.
3. Copy the masked text from the MX TExtInput and paste it into the bottom TExtArea.
Actual Results:
Text is masked, but pasted text is unmasked text.
Expected Results:
Keyboard commands should be disabled if displayAsText is true, or we should copy the **** text to the clipboard (which is what the s:TextInput does)
Workaround (if any):
n/a