[TIMOB-361] Keyboard toolbar issues
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:27:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | defect, ios, iphone |
Reporter | Kevin Whinnery |
Assignee | Blain Hamon |
Created | 2011-04-15T02:27:49.000+0000 |
Updated | 2017-03-09T23:04:47.000+0000 |
Description
The attached Titanium project shows two issues:
One:
If the keyboardToolbarHeight value is set greater then 30 the
keyboard does not resize correctly in landscape view. If you set
this value to 30 it seems to be alright. You can see this in the
attached example or in the kitchensink demo.
1) On the index.html page in the iPhone simulator rotate to the
right (or left)
2) Press the button
3) You will see the keyboard layout issue. This only happens if the
keyboardToolbarHeight value is greater then 30.
Two:
In landscape view the textArea seems to set the focus at the bottom
of the control. When you type you can not see what you are typing
without scrolling to the top of the control. Is there anyway that
the focus could be set to the top of the control when in landscape
mode? The attached same shows this behavior in landscape mode. You
can also see this behavior in the Text Fields example in the
kitchenSink demo.
Community Thread:
http://support.appcelerator.net/discussions/titanium-mobile-discussion/1209-textarea-keyboardtoolbar-issues">
http://support.appcelerator.net/discussions/titanium-mobile-discuss...
Attachments
File | Date | Size |
---|---|---|
screen-shot-2011-02-17-at-105923.png | 2011-04-15T02:27:49.000+0000 | 17593 |
textareaissue.zip | 2011-04-15T02:27:51.000+0000 | 4594798 |
On iPhone OS4, the KeyboardToolbar is detached from the keyboard, floating away.
These have been either fixed or made moot.
Blain, I still see this happen on both simulator and device. The attached screenshot shows the screen right after the keyboard floated away.
env: Ti 1.6.0RC1, iOS4
rollback wrong update
Closing ticket as invalid.