Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 6.x
Language Found: English
Description
Steps to reproduce:
1. call System.setClipboard("something")
2. call System.setClipboard("") to clear the Clipboard
3.
Alternatively use the attached demo application (but it is pretty simple itself)
Actual Results:
when pasting you get "something" instead of nothing or empty string
Expected Results:
paste empty string
Workaround (if any):
don't know