Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Later
-
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. Use the following code in a mobile application:
<s:CalloutButton label="display callout" id="calloutButton">
<s:calloutLayout>
<s:VerticalLayout paddingLeft="10" paddingRight="10" paddingTop="10" paddingBottom="10"
gap="10" horizontalAlign="justify"/>
</s:calloutLayout>
<s:Button />
<s:TextInput width="50" click="trace('focus is now on ' + calloutButton.callout.focusManager.getFocus())"/>
</s:CalloutButton>
2. Click on the CalloutButton to activate it
3. Click in the TextInput
Actual Results:
Trace statement shows that the Callout's FocusManager.getFocus() returns null.
Expected Results:
FocusManager should show that focus has been switched to the TextInput.
Workaround (if any):
None.
Additional notes:
Found as part of work on SDK-31638.
Adobe Bug URL: http://bugs.adobe.com/jira/browse/SDK-31813
Original Reporter: tkraikit
Original Resolution: Fixed
Discoverability: Medium
Number of votes: 0
Regression: Yes
Reproducibility: Every Time
Resolved by: jsaracin
Severity: Incorrectly Functioning
reporter: tkraikit