[TIMOB-470] textarea return key should create new line
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 0.9.3 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:29:52.000+0000 |
Updated | 2011-04-17T01:53:09.000+0000 |
Description
self explanatory
(from [aba993b6f6875d9a1355ffe112041af2123a5454]) - added test for status bar in tiapp.xml for iphone (changed to black for KS) - fixed textview return issue. closes #470 http://github.com/appcelerator/titanium_mobile/commit/aba993b6f6875d9a1355ffe112041af2123a5454"> http://github.com/appcelerator/titanium_mobile/commit/aba993b6f6875...
This fix actually breaks another scenario when one wants to listen to "return" event istead of getting the new line in the textarea. Now it is impossible to tell when the keyboard "Done" button was pressed.
Please see the following discussion for more information and possible solutions on how to implement this:
http://support.appcelerator.net/discussions/support/1981-093-textarea-line-break-inserted-instead-of-return-event"> http://support.appcelerator.net/discussions/support/1981-093-textar...