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

[localfix] accentColor not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Mobile: ActionBar
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      this is actually not only in ActionBar.
      1. run the following code:
      <?xml version="1.0" encoding="utf-8"?>
      <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark">
      <fx:Style>
      @namespace s "library://ns.adobe.com/flex/spark";

      s|ActionBar

      { accentColor: red; }

      </fx:Style>

      <s:ActionBar>
      <s:actionContent>
      <s:Button id="btn"
      label="Button label"
      emphasized="true"
      />
      </s:actionContent>
      </s:ActionBar>

      </s:Application>
      2.
      3.

      Actual Results:

      accent color is not working.
      Expected Results:

      Workaround (if any):

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: