Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-34760

DataGrid selectionIndicator doesn't draw stroke color correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Apache Flex 4.14.0
    • None
    • Spark: DataGrid
    • None

    Description

      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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            Devin H Devin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: