You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Devin (JIRA)" <ji...@apache.org> on 2015/02/20 08:27:11 UTC

[jira] [Created] (FLEX-34760) DataGrid selectionIndicator doesn't draw stroke color correctly

Devin created FLEX-34760:
----------------------------

             Summary: DataGrid selectionIndicator doesn't draw stroke color correctly
                 Key: FLEX-34760
                 URL: https://issues.apache.org/jira/browse/FLEX-34760
             Project: Apache Flex
          Issue Type: Bug
          Components: Spark: DataGrid
    Affects Versions: Apache Flex 4.14.0
            Reporter: Devin


If you modify the DataGridSkin to add a stroke to the selectionIndicator, no matter what color you give the stroke, it renders as a blue-ish/purple stroke.

Add the below code right after the <s:Fill> in the selectionIndicator skin part of the DataGridSkin.  It should render an orange stroke, but it renders a blue stroke instead.

<s:stroke>
	<s:SolidColorStroke color="#F7931D"/>
</s:stroke>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)