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

Swen van Zanten updated FLEX-33627:
-----------------------------------

    Attachment: iOS-simulatorschermafbeelding 22 jul. 2013 09.07.33.png
                iOS-simulatorschermafbeelding 22 jul. 2013 09.07.40.png

One screenshot shows the error.
The other shows the last accordion which will loose the error.
If you than scroll back the error is gone..until you rebuild the mxml.
                
> 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
>              Labels: patch
>             Fix For: Apache Flex 4.10.0
>
>         Attachments: iOS-simulatorschermafbeelding 22 jul. 2013 09.07.33.png, 
> iOS-simulatorschermafbeelding 22 jul. 2013 09.07.40.png
>
>
> 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

Reply via email to