Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a Flex 4 application that has a DropDownList
2. Load this application into a SWFLoader with loadForCompatibility=true into a Flex 4 main container SWF
3. When you open the DropDownList, a run-time error is encountered as follows - note UcompOSSWFLoader simply extends SWFLoader, and this issue is occurring with the Halo ComboBox too. Marshalling classes are compiled into both applications.
ReferenceError: Error #1069: Property http://www.adobe.com/2006/flex/mx/internal::computedMatrix not found on com.ucompass.ucompos.controller.factories.extensions.UcompOSSWFLoader and there is no default value.
at mx.utils::MatrixUtil$/getConcatenatedMatrixHelper()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥utils¥MatrixUtil.as:1469]
at mx.utils::MatrixUtil$/getConcatenatedComputedMatrix()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥utils¥MatrixUtil.as:1414]
at spark.components::PopUpAnchor/calculatePopUpPosition()[E:¥dev¥4.x¥frameworks¥projects¥spark¥src¥spark¥components¥PopUpAnchor.as:464]
at spark.components::PopUpAnchor/applyPopUpTransform()[E:¥dev¥4.x¥frameworks¥projects¥spark¥src¥spark¥components¥PopUpAnchor.as:594]
at spark.components::PopUpAnchor/addOrRemovePopUp()[E:¥dev¥4.x¥frameworks¥projects¥spark¥src¥spark¥components¥PopUpAnchor.as:496]
at spark.components::PopUpAnchor/set displayPopUp()[E:¥dev¥4.x¥frameworks¥projects¥spark¥src¥spark¥components¥PopUpAnchor.as:216]
at mx.states::SetProperty/setPropertyValue()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥states¥SetProperty.as:452]
at mx.states::SetProperty/apply()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥states¥SetProperty.as:372]
at mx.core::UIComponent/applyState()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥core¥UIComponent.as:10302]
at mx.core::UIComponent/commitCurrentState()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥core¥UIComponent.as:10068]
at mx.core::UIComponent/setCurrentState()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥core¥UIComponent.as:9961]
at mx.core::UIComponent/set currentState()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥core¥UIComponent.as:6186]
at spark.components.supportClasses::SkinnableComponent/commitProperties()[E:¥dev¥4.x¥frameworks¥projects¥spark¥src¥spark¥components¥supportClasses¥SkinnableComponent.as:428]
at spark.components.supportClasses::ListBase/commitProperties()[E:¥dev¥4.x¥frameworks¥projects¥spark¥src¥spark¥components¥supportClasses¥ListBase.as:784]
at spark.components::List/commitProperties()[E:¥dev¥4.x¥frameworks¥projects¥spark¥src¥spark¥components¥List.as:907]
at spark.components.supportClasses::DropDownListBase/commitProperties()[E:¥dev¥4.x¥frameworks¥projects¥spark¥src¥spark¥components¥supportClasses¥DropDownListBase.as:504]
at spark.components::DropDownList/commitProperties()[E:¥dev¥4.x¥frameworks¥projects¥spark¥src¥spark¥components¥DropDownList.as:267]
at mx.core::UIComponent/validateProperties()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥core¥UIComponent.as:7933]
at mx.managers::LayoutManager/validateProperties()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥managers¥LayoutManager.as:572]
at mx.managers::LayoutManager/doPhasedInstantiation()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥managers¥LayoutManager.as:730]
at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:¥dev¥4.x¥frameworks¥projects¥framework¥src¥mx¥managers¥LayoutManager.as:1072]