Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Blackberry Tablet OS
Language Found: English
Description
Steps to reproduce:
1. Create a Flex Mobile project with this 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">
<s:TextInput prompt="Search" />
<s:Button label="give me focus" right="100" top="100" />
<s:Rect width="100" height="100" bottom="0">
<s:fill>
<s:SolidColor color="red" />
</s:fill>
</s:Rect>
</s:View>
2. Launch on BlackBerry
3. Click on the text input, notice the red square that is positioned at bottom=0 is moved
4. Click the "dismiss keyboard" soft key in the bottom left of the soft keyboard
Actual Results:
The Rect doesn't move back down to the bottom of the application.
Expected Results:
The Rect should move down to the bottom of the application like it does when dismissing the keyboard via giving focus to the button.
Workaround (if any):