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

Focus is not on the radio buttons on tabbing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Later
    • Adobe Flex SDK 3.0 (Release)
    • None
    • mx: RadioButtonGroup
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Internet Explorer 6.x
      Language Found: English

    Description

      Steps to reproduce:
      1. Please execute the below code. Set the focus on the text field.
      2. Press Tab. Focus goes to the RadioButtonGroup (group1)
      3. Press Tab.

      <?xml version="1.0" encoding="utf-8" ?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*">
      <mx:TextInput />
      <mx:HBox>
      <mx:RadioButtonGroup id="group1" />
      <mx:RadioButton label="radio1_1" group="

      {group1}" />
      <mx:RadioButton label="radio1_2" group="{group1}

      " />
      <mx:RadioButton label="radio1_3" group="

      {group1}

      " />
      <mx:Label id="memo1" text="non selected" />
      </mx:HBox>
      <mx:HBox>
      <mx:RadioButtonGroup id="group2" />
      <mx:RadioButton label="radio2_1" group="

      {group2}" />
      <mx:RadioButton label="radio2_2" group="{group2}

      " />
      <mx:RadioButton label="radio2_3" group="

      {group2}

      " />
      <mx:Label id="memo2" text="non selected" />
      </mx:HBox>
      <mx:HBox>
      <mx:RadioButtonGroup id="group3"/>
      <mx:RadioButton label="radio3_1" group="

      {group3}" />
      <mx:RadioButton label="radio3_2" group="{group3}

      " />
      <mx:RadioButton label="radio3_3" group="

      {group3}

      " />
      <mx:Label id="memo3" text="non selected" />
      </mx:HBox>
      </mx:Application>

      Actual Results:
      Focus is not going to the RadioButtonGroup (group2)

      Expected Results:
      Focus should go to the RadioButtonGroup (group2) and then to group3 on next tab.

      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: