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

Default button no longer has a focus ring when using the Halo skin.

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Compile this with the Halo theme (-theme=...) and run:

      <?xml version="1.0" encoding="utf-8"?>
      <FxApplication backgroundColor="0xFFFFFF"
      xmlns="http://ns.adobe.com/mxml/2009" creationComplete="showAlert()" >

      <Script>
      <![CDATA[
      import mx.controls.Alert;

      private function showAlert():void

      { Alert.show(); }

      ]]
      >
      </Script>

      </FxApplication>

      Actual Results:
      The OK button does not have a focus ring.

      Expected Results:
      It should.

      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: