[ https://issues.apache.org/jira/browse/FLEX-34842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Piotr Zarzycki resolved FLEX-34842. ----------------------------------- Resolution: Fixed Fix Version/s: Apache FlexJS 0.8.0 Althought NPE didn't occur in nightly build of FlexJS 0.8.0 - I had to make fix to bring back to live PanelWithControlBar. Commit: cd8e983184038acb3e3f419fab9e4f2dc9cd8c33 > NPE PanelWithControlBarView/layoutChromeElements() > -------------------------------------------------- > > Key: FLEX-34842 > URL: https://issues.apache.org/jira/browse/FLEX-34842 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache FlexJS 0.5.0 > Environment: Flash SWF - Not working > HTML - Not tested > Reporter: Michael Schmalle > Assignee: Piotr Zarzycki > Fix For: Apache FlexJS 0.8.0 > > > Simple App setup; > With the following InitialView; > {code} > <js:ViewBase xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:js="library://ns.apache.org/flexjs/basic"> > <js:PanelWithControlBar title="Example" x="0" y="0" className="panel1"> > <js:beads> > <js:VerticalLayout/> > </js:beads> > <js:Label text="Test ControlBar"/> > <js:controlBar> > <js:Label text="ControlBar area"/> > </js:controlBar> > </js:PanelWithControlBar> > </js:ViewBase> > {code} > Error; > {code} > [Fault] exception, information=TypeError: Error #1009: Cannot access a > property or method of a null object reference. > at > org.apache.flex.html.beads::PanelWithControlBarView/layoutChromeElements()[c:\Jenkins\workspace\flex-asjs\frameworks\projects\HTML\as\src\org\apache\flex\html\beads\PanelWithControlBarView.as:149] > at > org.apache.flex.html.beads::PanelWithControlBarView/changeHandler()[c:\Jenkins\workspace\flex-asjs\frameworks\projects\HTML\as\src\org\apache\flex\html\beads\PanelWithControlBarView.as:181] > at flash.events::EventDispatcher/dispatchEventFunction() > at flash.events::EventDispatcher/dispatchEvent() > at > org.apache.flex.html::Container/addElement()[c:\Jenkins\workspace\flex-asjs\frameworks\projects\HTML\as\src\org\apache\flex\html\Container.as:130] > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)