Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Next
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
The Mega ASdoc is at http://river:81/flex_gumbo_newcompiler_standalone/standalone/langref/spark/components/supportClasses/StyleableStageText.html
1) The enabled, height, width, visible, x, y, selectionActivePosition, and selectionAnchorPosition properties show as
[override] .....
These should not show. The code needs
/**
- @private
*/
added before all the overrides
2) The same is true for the move(), setActualSize(), setFocus(), styleChanged(), commitProperties() and measure() methods.
3) The autoCapitalize, autoCorrect and returnKeyLabel properties have no visible ASdoc.
4) Class description needs to be fixed.
The StageTextField class is a text primitive for use in ActionScript skins. It cannot be used in MXML markup and is not compatible with effects or the subset of styles enumerated above.
There are no styles enumerated above.