Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIMOB-15535: Don't default to setting textareas to InputType.TYPE_TEXT_FLAG_IME_MULTI_LINE. #4825

Merged
merged 2 commits into from Oct 30, 2013

Conversation

ayeung
Copy link
Contributor

@ayeung ayeung commented Oct 22, 2013

https://jira.appcelerator.org/browse/TIMOB-15535

Test case in Jira. As a part of this PR, please test against the original bug that caused this:
https://jira.appcelerator.org/browse/TIMOB-14615

@ghost ghost assigned hieupham007 Oct 22, 2013
@hieupham007
Copy link
Contributor

Looking at the code, this sample wouldn't work: http://pastie.org/private/jmjygzijih60gch7ngdq, since changing the returnKeyType will overwrite the current inputType with IME_MULTI_LINE. This behavior is also a regression caused by the same PR. Please let me know if you're going to fix it with this PR. Otherwise looks good.

@ayeung
Copy link
Contributor Author

ayeung commented Oct 30, 2013

Good catch. I've updated it so we also update the keyboard when we change the returnKeyType.

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Request accepted

hieupham007 added a commit that referenced this pull request Oct 30, 2013
TIMOB-15535: Don't default to setting textareas to InputType.TYPE_TEXT_FLAG_IME_MULTI_LINE.
@hieupham007 hieupham007 merged commit 92a357a into tidev:master Oct 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants