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

Two way data binding to FxRadioButtonGroup enabled causes enabled to return false

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Compile & run:
      <?xml version="1.0" encoding="utf-8"?>
      <FxApplication xmlns="http://ns.adobe.com/mxml/2009">
      <Declarations>
      <FxRadioButtonGroup id="srg" enabled="true"/>
      <FxRadioButtonGroup id="srg2" enabled="true"/>
      </Declarations>

      <Label id="lbl" y="210" text="@

      {srg.enabled}

      "/>
      <Label id="lbl2" y="240" text="

      {srg2.enabled}

      "/>

      </FxApplication>

      Actual Results:
      The first label is false, the second is true.

      Expected Results:
      Both should be true, both FxRadioButtonGroups are enabled.

      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: