[
https://issues.apache.org/jira/browse/WEEX-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16073426#comment-16073426
]
ASF GitHub Bot commented on WEEX-48:
------------------------------------
Github user misakuo closed the pull request at:
https://github.com/apache/incubator-weex/pull/457
> textarea cursor disappears and can't scroll
> -------------------------------------------
>
> Key: WEEX-48
> URL: https://issues.apache.org/jira/browse/WEEX-48
> Project: Weex
> Issue Type: Bug
> Components: Android
> Affects Versions: 0.12
> Reporter: moxun
> Assignee: moxun
> Fix For: 0.14
>
>
> textarea's cursor will disappear when the content height is bigger than
> component height.
> This is caused call `setMovementMethod(null)` on `WXEditText#onSizeChanged`,
> it will disable movement and make cursor disappear.
> I added the flag `mAllowDisableMovement ` to control whether content can be
> movement, default is true and its value can be set by
> `WXEditText#setAllowDisableMovement `
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)