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 22:23:45 UTC

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

     [ https://issues.apache.org/jira/browse/FLEX-33821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Michas closed FLEX-33821.
-------------------------------

       Resolution: Not A Problem
    Fix Version/s: Apache Flex 4.10.0

This may be a non issue, there were code changes made pre-ios7 release that caused this problem I believe. I had a test custom actionbar skin that did not implement the all parts of the bar.

> 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
>             Fix For: Apache Flex 4.10.0
>
>
> 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)