You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Jason Michas (JIRA)" <ji...@apache.org> on 2013/10/14 19:52:44 UTC

[jira] [Created] (FLEX-33821) View transition RTEs when new view has navigationContent

Jason Michas created FLEX-33821:
-----------------------------------

             Summary: View transition RTEs when new view has navigationContent
                 Key: FLEX-33821
                 URL: https://issues.apache.org/jira/browse/FLEX-33821
             Project: Apache Flex
          Issue Type: Bug
          Components: .Unspecified - Mobile, Mobile: ActionBar
    Affects Versions: Apache Flex 4.10.0
         Environment: iOS 7 Simulator
            Reporter: Jason Michas


This is related to a closed issue FLEX-26253.
The only difference is that the target view contains navigationContent.

RTE:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at spark.transitions::ViewTransitionBase/createActionBarEffect()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/mobilecomponents/src/spark/transitions/ViewTransitionBase.as:987]
	at spark.transitions::ViewTransitionBase/prepareForPlay()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/mobilecomponents/src/spark/transitions/ViewTransitionBase.as:827]
	at spark.transitions::SlideViewTransition/prepareForPlay()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/mobilecomponents/src/spark/transitions/SlideViewTransition.as:828]
	at spark.components::ViewNavigator/completeTransitionPreparations()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/mobilecomponents/src/spark/components/ViewNavigator.as:2252]
	at spark.components::ViewNavigator/prepareViewTransition()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/mobilecomponents/src/spark/components/ViewNavigator.as:2180]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.core::UIComponent/dispatchEvent()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/core/UIComponent.as:13412]
	at mx.managers::LayoutManager/doPhasedInstantiation()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/LayoutManager.as:852]
	at mx.managers::LayoutManager/doPhasedInstantiationCallback()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/LayoutManager.as:1188]

Currently I have found no work around other than removing the navigationContent from the target view.



--
This message was sent by Atlassian JIRA
(v6.1#6144)