Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
ViewTransitionBase has a bunch of helper methods in it that are currently protected. These methods are documented in the public spec and haven't been PARBed. I believe these functions should be mx_internal as they aren't necessarily apis we want to support in the future. The methods do have an "@private" tag in the ASDocs, but I'm not sure if according Flex standards if that's sufficient enough to declare an api as internal only or unsupported.
The culprits are:
componentIsVisible
addComponentToContainerAt
addComponentToContainer
removeComponentFromContainer
setComponentChildIndex
getComponentChildIndex