Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Apple IOS
Language Found: English
Description
Steps to reproduce:
1. Create a tabbed view navigator application. In the first tab, add a button and textarea in vertical layout
2. Run the application on iPod Touch.
3. Rotate the screen to landscape
4. Touch the text area to bring up the soft keyboard
Actual Results:
Cursor and text are overlaid on the application tabs.
Expected Results:
Perhaps this is user error, but with tabs, action bar and soft keyboard on the screen there's just not much room for anything else. I'm guessing a more fundamental reworking is needed, but it'd be nice if the view switched to being in a scroller such that the one line thing we're working on can stay in view (e.g. the active line of the text area).
Workaround (if any):
None