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

Tabbing into a not default button causes the default button to highlight

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Compile & run:
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" defaultButton="

      {def}

      ">
      <mx:Button id="btn" label="not default" y="50"/>

      <mx:Button id="def" label="default" y="100"/>
      </mx:Application>

      2. Tab into first button (not the default button)

      Actual Results:
      default button shows highlight

      Expected Results:
      default button should not show highlight.

      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: