Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows
Language Found: English
Description
Steps to reproduce:
1. Create an AIR app that receives NativeDragEvent.NATIVE_DRAG_DROP events
2. Compile and run app
3. Then drag and drop any "*.lnk" file.
Actual Results:
The file returned is a "File" reference to the actual "*.lnk" file.
Expected Results:
It should return the target of the ".lnk" file and not the actual ".lnk" binary file.
Workaround (if any):
None