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

Cannot hide disabledIcon in SDK 3.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • None
    • mx: RadioButton
    • None
    • Affected OS(s): Windows
      Affected OS(s):
      Language Found: English

    Description

      Steps to reproduce:

      1. Download attachment or apply css style for a radio button

      radiobutton.setStyle("selectedDisabledIcon", null);
      radiobutton.setStyle("disabledIcon", null);

      2. set radiobutton state: enabled=false
      <mx:RadioButton id="radiobutton" enabled="false"/>

      Actual Results:

      radio button icon still visible

      Expected Results:

      selectedDisabledIcon and disabledIcon should be invisible when enabled=false

      Workaround (if any):

      Compile using -compatibility-version=2.0.1 option

      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: