moxun created WEEX-48:
-------------------------

             Summary: 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