[
https://issues.apache.org/jira/browse/FLEX-33945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13857091#comment-13857091
]
Justin Mclean commented on FLEX-33945:
--------------------------------------
Can't reproduce - can you please include a sample application that shows this
issue.
This (for instance) seems to work fine:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:x="http://flex.apache.org/experimental/ns">
<x:Accordion>
<s:Panel title="One" />
<s:Panel title="Two" />
<s:Panel title="Three" />
</x:Accordion>
</s:Application>
> Experimental sn:Accordion couldn't be used
> ------------------------------------------
>
> Key: FLEX-33945
> URL: https://issues.apache.org/jira/browse/FLEX-33945
> Project: Apache Flex
> Issue Type: Bug
> Components: Spark: Accordion
> Affects Versions: Apache Flex 4.11.0
> Reporter: Denis Kokorin
> Priority: Minor
> Labels: AnimationTarget, easytest
> Attachments: stacktrace.txt
>
>
> Spark:Accordion couldn't be placed on the stage - VerifiyError occurs.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)