Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.5.1 (Release)
-
None
-
None
-
Affected OS(s): Apple IOS
Language Found: English
Description
Steps to reproduce:
1.Run attached app or add the following to the view
<?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">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<s:Scroller x="0" y="500" width="100%" height="100%">
<s:VGroup width="100%" height="100%" paddingRight="50">
<s:Label width="100%" height="20" text="
"/>
<s:TextArea id="ta" height="500" contentBackgroundColor="#FFFF00" />
</s:VGroup>
</s:Scroller>
</s:View>
2. Click on yellow text to open soft keyboard
3.Click on soft keyboard bottom right "close button " to close it
Actual Results:
TextArea did not resized
Expected Results:
Workaround (if any):