Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to Reproduce:
1. Compile and run the following:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
applicationDPI="160">
<s:Scroller width="100%" height="100%">
<s:Group>
<s:CalloutButton left="20" top="20" label="Callout">
<s:Button label="Hello" />
</s:CalloutButton>
</s:Group>
</s:Scroller>
</s:Application>
2. Click on the "Callout" button to open the callout
3. Click outside the callout to close it
Actual Results:
The first click is ignored. It requires 2 clicks to close the Callout.
Expected Results:
Callout should close on first click
Workaround (if any):