Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. In Flash Builder, insert an <s:Group> into an mxml document
2. Inside the <s:Group> tag, just before the ">", type " " to get code hints
3. Type type "dr"
Actual Results:
All the drag-and-drop related events are listed. They are showing up here because they are inherited from UIComponent, but they don't actually work.
Expected Results:
Spark's Group.as should have [Exclude] metadata for any drag-and-drop related events that are not actually supported by s:Group. (I don't know exactly which ones aren't supported.)