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

SpinnerList does not respect text color

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Next
    • None
    • Mobile: SpinnerList
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Run the following program:

      <?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">
      <s:SpinnerListContainer x="30" y="50">
      <s:SpinnerList id="spin" color="#FF0000">
      <s:NumericDataProvider id="days" minimum="1" maximum="31"/>
      </s:SpinnerList>
      </s:SpinnerListContainer>
      <s:Button x="204" y="34" label="Green" click="

      {spin.setStyle('color', 0x00FF00)}

      "/>
      <s:Button x="204" y="102" label="Underline" click="

      {spin.setStyle('textDecoration', 'underline')}

      "/>
      <s:Label x="317" y="50" text="Color =

      {spin.getStyle('color')}

      "/>
      </s:Application>

      Actual Results:
      2. Click the "Green" Button.
      3. Label changes to reflect new color value, but SpinnerList text does not change color
      4. Click the "Underline" Button
      5. SpinnerList text is underlined

      Expected Results:
      SpinnerList text changes to green when "Green" Button is clicked

      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: