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

Accordion Layout shows content on top of the layout

    XMLWordPrintableJSON

Details

    Description

      When using the accordionlayout in a mobile application and fill the group component with other components.
      The application will show a part of the using components. This will disappear on the last page of the accordion.

      <s:Scroller id="scroll" width="100%" height="100%" pageScrollingEnabled="true" skinClass="skins.PagedIndicatorScrollerSkin"
      touchInteractionStart="Indicator.touchInteractionStart(event)" touchInteractionEnd="Indicator.positionChanged(event)">
      <s:Group id="group">
      <s:layout>
      <ns:AccordionLayout useScrollBarForNavigation="true" scrollBarDirection="

      {direction}"
      duration="{duration.value}" direction="{direction}

      "/>
      </s:layout>

      <components:AccordionElement/>
      <components:AccordionElement/>
      ...

      Attachments

        Activity

          People

            Unassigned Unassigned
            hdsign Swen van Zanten
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: