You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/09/26 11:46:02 UTC

[jira] [Commented] (FLEX-33782) AccordionData labelField and labelFunction properties don't work

    [ https://issues.apache.org/jira/browse/FLEX-33782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13778611#comment-13778611 ] 

Justin Mclean commented on FLEX-33782:
--------------------------------------

Assume you mean DataAccordion. It looks incorrect to me, thanks for pointing it out
                
> AccordionData labelField and labelFunction properties don't work
> ----------------------------------------------------------------
>
>                 Key: FLEX-33782
>                 URL: https://issues.apache.org/jira/browse/FLEX-33782
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: Accordion
>    Affects Versions: Apache Flex 4.10.0
>         Environment: All
>            Reporter: Morgan Bruneau
>            Priority: Minor
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The source code below :
> super.labelField = value;
> if (labelField == value)
> 	return; 
> should be :
> if (labelField == value)
> 	return; 
> super.labelFunction = value;
> Same thing for labelFunction property.

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