Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Other (specify version)
Language Found: English
Description
I could not deduce why this happens on some functions, and not others. I found it when querying for SDK function ASDoc, but since it doesn't happen on all SDK functions, I don't think it's as simple as that. Here's one example...
Steps to reproduce:
1. Create a new Flex project.
2. Create a new AS Class that extends Group
3. In the constructor of your AS Class, add a call: addElement(null);
4. Click on addElement and press F2 to get a tooltip.
Actual Results:
The tooltip does not actually display the ASDoc which is defined in IVisualElementContainer
Expected Results:
The tooltip should show the ASDoc
Workaround (if any):