Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. paste the following code into the application:
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
<s:Callout id="mycallout" width="200" height="200"
mouseDownOutside="mycallout.close()" contentBackgroundColor="blue">
<s:Button label="Button"/>
</s:Callout>
</fx:Declarations>
<s:VGroup>
<s:Button label="button" id="mybutton" click="mycallout.open(mybutton)" />
<s:TextInput id="input" focusIn="mycallout.open(input)" />
</s:VGroup>
2. run the app.
3. click/focus in the textInput
Actual Results:
nothing happens.
Expected Results:
callout should open
Workaround (if any):
Adobe Bug URL: http://bugs.adobe.com/jira/browse/SDK-31640
Original Reporter: kawatana
Confirmed Version: 11343
Confirmed Version: Next Build
Discoverability: High
Number of votes: 0
Regression: Yes
Reproducibility: Every Time
Resolved by: kawatana
Severity: Non Functioning
reporter: kawatana