Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows 7
Browser: Internet Explorer 8.x
Language Found: English
Description
Steps to reproduce:
1. Create new flex application.
2. Add <s:Rotate3D to fx:Declarations tag in MXML editor
3. Attempt autocompletion for repeatBehavior, repeatDelay, repeatCount
Also open ASDoc for spark.effects.AnimateTransform or any subclass (e.g., spark.effects.Rotate3D - properties are missing when show inherited properties are shown.
Actual Results:
options missing for repeatBehavior, repeatDelay, repeatCount
Expected Results:
selection options for repeatBehavior, repeatDelay, repeatCount
Workaround (if any):
hand code these properties in MXML
Code completion for these properties works for ActionScript but not MXML.