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

Tabbing in IE with one FxButton never gets focus or shows focus ring if FxButton is at 0,0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • Spark: Application
    • None
    • Affected OS(s): Windows
      Language Found: English

    Description

      Steps to reproduce:
      1. Run the following in IE (works in Standalone)
      <?xml version="1.0" encoding="utf-8"?>
      <FxApplication xmlns="http://ns.adobe.com/mxml/2009">
      <FxButton left="0" top="0"/>
      </FxApplication>

      2. Try to tab to the FxButton

      Actual Results:
      You can't.

      Expected Results:
      You can. You should be able to get focus on the FxButton and get a focus rect.

      Workaround (if any):
      Set left/top to something greater than 0,0:
      <FxButton left="1" top="1"/>

      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: