Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Apple IOS
Language Found: English
Description
Steps to reproduce:
1. Create a new Flex mobile application with this view and run it on iOS:
<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
<s:Scroller width="100%" height="100%">
<s:Group>
<s:layout>
<s:VerticalLayout horizontalAlign="justify" paddingLeft="20" paddingRight="20" />
</s:layout>
<s:Rect height="200">
<s:fill>
<s:SolidColor color="0xcccccc" />
</s:fill>
</s:Rect>
<s:TextInput />
<s:TextInput prompt="MM/DD/YYYY" />
<s:TextInput text="select me and scroll" />
<s:Rect height="200">
<s:fill>
<s:SolidColor color="0xcccccc" />
</s:fill>
</s:Rect>
<s:TextInput height="200" />
<s:TextInput height="200" />
<s:TextInput height="200" />
<s:TextInput height="200" />
<s:Rect height="200">
<s:fill>
<s:SolidColor color="0xe3e3e3" />
</s:fill>
</s:Rect>
</s:Group>
</s:Scroller>
<s:Button label="bottom right" bottom="0" right="0" />
</s:View>
2. Type something in one of the text inputs to bring up the soft keyboard
3. Rotate the device
Actual Results:
The keyboard stays in the original orientation state
Expected Results:
The keyboard should rotate along with the application.
Workaround (if any):