Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
Apache Flex 4.14.0
-
None
-
None
-
Latest nightly build (January 21) w/AIR 16.
Intelli-J
Mac
Description
I haven't had time to dig deep into this, but thought I would point this out as I know there's talk of an RC.
We have a rather large AIR project that has 4 mobile apps and a desktop app (all sharing core libs). When I tried the nightly build last night, the mobile apps work fine but I get the following error.
This happens immediately on launch and the AIR Window doesn't open up. In 4.13 everything works as expected.
Sorry for the lack of details but this is just a heads up. hopefully tonight I'll have time to dig deeper into the problem.
------------------------------------------------------------------------
ArgumentError: Undefined state 'normalAndInactive'.
at mx.core::UIComponent/getState()[C:\Jenkins\workspace\flex-sdk-release\frameworks\projects\framework\src\mx\core\UIComponent.as:11139]
at mx.core::UIComponent/findCommonBaseState()[C:\Jenkins\workspace\flex-sdk-release\frameworks\projects\framework\src\mx\core\UIComponent.as:11159]
at mx.core::UIComponent/commitCurrentState()[C:\Jenkins\workspace\flex-sdk-release\frameworks\projects\framework\src\mx\core\UIComponent.as:10913]
at mx.core::UIComponent/commitProperties()[C:\Jenkins\workspace\flex-sdk-release\frameworks\projects\framework\src\mx\core\UIComponent.as:8836]
at spark.components.supportClasses::GroupBase/commitProperties()[/Users/aharui/release4.13.0/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as:1136]
at spark.components::Group/commitProperties()[/Users/aharui/release4.13.0/frameworks/projects/spark/src/spark/components/Group.as:948]
at mx.core::UIComponent/validateProperties()[C:\Jenkins\workspace\flex-sdk-release\frameworks\projects\framework\src\mx\core\UIComponent.as:8751]
at spark.components::Group/validateProperties()[/Users/aharui/release4.13.0/frameworks/projects/spark/src/spark/components/Group.as:926]
at mx.managers::LayoutManager/validateProperties()[/Users/aharui/release4.13.0/frameworks/projects/framework/src/mx/managers/LayoutManager.as:605]
at mx.managers::LayoutManager/doPhasedInstantiation()[/Users/aharui/release4.13.0/frameworks/projects/framework/src/mx/managers/LayoutManager.as:791]
at mx.managers::LayoutManager/doPhasedInstantiationCallback()[/Users/aharui/release4.13.0/frameworks/projects/framework/src/mx/managers/LayoutManager.as:1188]