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

[spark_skins] Halo TextInput and Spark TextInput handle baseColor differently

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • mx: TextInput
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Found in 9215.

      Steps to reproduce:
      1. Compile and run attached MXML file.

      <?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"
      xmlns:mx="library://ns.adobe.com/flex/halo">

      <fx:Style>
      global

      { baseColor: #FF00FF; }

      </fx:Style>

      <s:VGroup horizontalCenter="0" verticalCenter="0">
      <s:TextInput text="Spark TextInput" />
      <mx:TextInput text="Halo TextInput" />
      </s:VGroup>

      </s:Application>

      Actual Results:
      The Halo TextInput is seemingly ignoring the baseColor style.

      Expected Results:
      Both borders should display the same color.

      Workaround (if any):
      n/a

      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: