[ 
https://issues.apache.org/jira/browse/WEEX-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056876#comment-16056876
 ] 

ASF GitHub Bot commented on WEEX-48:
------------------------------------

GitHub user misakuo opened a pull request:

    https://github.com/apache/incubator-weex/pull/457

    * [android] allow content movement on textarea component

    JIRA: https://issues.apache.org/jira/browse/WEEX-48

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/misakuo/incubator-weex 
android-bugfix-textarea-movement

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/457.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #457
    
----
commit 70f8b7201e5d3583dea63e8490c168cedf203409
Author: moxun.ljf <furm...@foxmail.com>
Date:   2017-06-20T04:02:40Z

    * [android] allow movement on textarea component

----


> 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)

Reply via email to