Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34842

NPE PanelWithControlBarView/layoutChromeElements()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Apache FlexJS 0.5.0
    • Apache FlexJS 0.8.0
    • FlexJS
    • None
    • Flash SWF - Not working
      HTML - Not tested

    Description

      Simple App setup;
      With the following InitialView;

      <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>
      

      Error;

      [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]
      

      Attachments

        Activity

          People

            pete21 Piotr Zarzycki
            mschmalle Michael Schmalle
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: