Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
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):