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

backgroundDisabledColor is ignored by LinkBar

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1.Compile and run
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application backgroundColor="0xFFFFFF" backgroundImage="" height="375" width="500" xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" >
      <mx:Script>
      <![CDATA[
      [Bindable]
      public var myDP:Array=[

      {label:"Europe", data:"EUROPE"}

      ,

      {label:"Italy", data:"ITALY"}

      ,

      {label:"England", data:"ENGLAND"}

      ,

      {label:"Slovenia", data:"SLOVENIA"}

      ];

      ]]
      >
      </mx:Script>
      <mx:Style>
      LinkBar

      { backgroundColor: #CCDD22; backgroundDisabledColor: #FF0000; color: #00CC00; }

      </mx:Style>
      <mx:Canvas id="canvas1" width="300" height="200">
      <mx:LinkBar id="linkBar_1" dataProvider="

      {myDP}

      "/>
      </mx:Canvas>
      <mx:Button label="Enable/Disable" click="linkBar_1.enabled=!linkBar_1.enabled "/>

      </mx:Application>

      2. Click "Enable/Disable" button to change "enabled" property

      Actual Results:
      backgroundDisabledColor style is ignored

      Expected Results:

      Workaround (if any):

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment