Swen van Zanten created FLEX-33627:
--------------------------------------
Summary: Accordion Layout shows content on top of the layout
Key: FLEX-33627
URL: https://issues.apache.org/jira/browse/FLEX-33627
Project: Apache Flex
Issue Type: Bug
Components: Spark: Accordion, Spark: Layout
Affects Versions: Apache Flex 4.10.0
Environment: iOS, Air-simulator, Android
Reporter: Swen van Zanten
Fix For: Apache Flex 4.10.0
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/>
...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira