[TIMOB-2746] iOS: TableView with text field - giving focus to the text field a second time does not produce expected behavior
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:59:58.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M05 |
Components | iOS |
Labels | defect, field, focus, ios, release-1.6.0, reported-1.6.0, text |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T03:28:27.000+0000 |
Updated | 2011-04-17T01:59:58.000+0000 |
Description
iOS 4.1 4GT iPod touch. Titanium SDK version: 1.6.0 (01/04/11 08:01 e49700d)
1.BaseUI > Views > Table Views > Table view w/ Text
Field
2.scroll to the bottom of the table
3.tap into the bottom most row
results: the text input indicator animates from the bottom of the field to the top (a bit intermittant, try 3-4 times you should see it)
4.type in some text
5.tap into the row above
6.now tap back into the bottom most row
results: the row is pushed behind the keyboard
expected:input to be visible.
exists in 1.5.1
(from [bbca90499aa7caf3393ca91d04f9243428f24e8d]) [#1645 state:fixed-in-qa] [#1714 state:fixed-in-qa] [#2189 state:fixed-in-qa] [#2442 state:fixed-in-qa] [#1645 state:fixed-in-qa milestone:"Release 1.6.0 M05"] [#2736 state:fixed-in-qa milestone:"Release 1.6.0 M05"] [#2746 state:fixed-in-qa milestone:"Release 1.6.0 M05"] [#2197 state:fixed-in-qa milestone:"Release 1.6.0 M05"] [#2746 state:fixed-in-qa milestone:"Release 1.6.0 M05"] Look ma, I fixed the keyboard! https://github.com/appcelerator/titanium_mobile/commit/bbca90499aa7caf3393ca91d04f9243428f24e8d"> https://github.com/appcelerator/titanium_mobile/commit/bbca90499aa7...
(from [bbca90499aa7caf3393ca91d04f9243428f24e8d]) [#1645 state:fixed-in-qa] [#1714 state:fixed-in-qa] [#2189 state:fixed-in-qa] [#2442 state:fixed-in-qa] [#1645 state:fixed-in-qa milestone:"Release 1.6.0 M05"] [#2736 state:fixed-in-qa milestone:"Release 1.6.0 M05"] [#2746 state:fixed-in-qa milestone:"Release 1.6.0 M05"] [#2197 state:fixed-in-qa milestone:"Release 1.6.0 M05"] [#2746 state:fixed-in-qa milestone:"Release 1.6.0 M05"] Look ma, I fixed the keyboard! https://github.com/appcelerator/titanium_mobile/commit/bbca90499aa7caf3393ca91d04f9243428f24e8d"> https://github.com/appcelerator/titanium_mobile/commit/bbca90499aa7...
Tested the following code on iPhone 4 (4.2.1) and iPhone Simulator (4.2)
Ti SDK 1.6 (Jan 25 2011 17:39 r1ead074f)
Working as expected
Tested on KS with iPhone 4 (4.2.1) and iPhone Simulator (4.2)
Ti SDK 1.6 (Jan 25 2011 17:39 r1ead074f)
Working as expected