[
https://issues.apache.org/jira/browse/FLEX-34760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14351659#comment-14351659
]
Devin commented on FLEX-34760:
------------------------------
This issue has something to do with the caretIndicator skin part. If you remove
that skin part from the DataGridSkin, the above issue is fixed.
> 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)