[ https://issues.apache.org/jira/browse/FLEX-34728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14292331#comment-14292331 ]
ASF GitHub Bot commented on FLEX-34728: --------------------------------------- GitHub user fatsu opened a pull request: https://github.com/apache/flex-sdk/pull/16 fix for FLEX-34728 You can merge this pull request into a Git repository by running: $ git pull https://github.com/fatsu/flex-sdk FLEX-34728 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flex-sdk/pull/16.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #16 ---- commit b4c5370b98f802008211988df5f393a87a5f330f Author: fatsu <tom.goem...@gmail.com> Date: 2015-01-26T20:07:23Z fix for FLEX-34728 ---- > HaloDefaults.findStyleDeclaration doesn't go through styleManager chains > correctly > ---------------------------------------------------------------------------------- > > Key: FLEX-34728 > URL: https://issues.apache.org/jira/browse/FLEX-34728 > Project: Apache Flex > Issue Type: Bug > Components: Charts > Affects Versions: Apache Flex 4.13.0 > Reporter: Tom Goemaes > > When the requested style declaration is not found on the provided > styleManager, HaloDefaults.findStyleDeclarations tries to loop trough the > styleManager chain, but looks for the style declaration on the same > styleManager instead of the parent styleManager. > If the style declaration is not on the provided styleManager, null is always > returned. -> problem when using modules! -- This message was sent by Atlassian JIRA (v6.3.4#6332)