Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0.12673
Steps to reproduce:
1. Copy and paste this into a new Flex project:
<s:Group resizeMode="">
</s:Group>
2. Try and get code hints for the resizeMode property.
Actual Results:
No code hints.
Expected Results:
Code hints. According to the GroupBase docs http://river.corp.adobe.com:81/flex_gumbo_newcompiler_standalone/standalone/langref/spark/components/supportClasses/GroupBase.html#resizeMode valid values should be "scale" or "noScale".
Workaround (if any):
Read ye docs!