Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Apache Flex 4.11.0
-
None
-
OS X
Description
I will attach an example that throws a TypeError because the item renderer is passed an object that is not an instance of Point.
I suspect the dodgy code is here: https://github.com/apache/flex-sdk/blob/323882d8a2619046e3833ae5e7033e7d9a70b4a1/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as#L311
Note that the mx List uses null instead of {} for the dummy element: https://github.com/apache/flex-sdk/blob/323882d8a2619046e3833ae5e7033e7d9a70b4a1/frameworks/projects/mx/src/mx/controls/listClasses/ListBase.as#L1475