You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/04 10:09:00 UTC

[jira] [Commented] (WEEX-434) WXRootView cannot reset to original position

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

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

GitHub user weifengsmile opened a pull request:

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

    [WEEX-434][iOS] fix the input cannot move down to original position a…

    …nd the toolbar of keyboard cover the input component when on bottom
    
    First of all, thank you for your contribution! 
    
    Please makes sure that these checkboxes are checked before submitting your PR, thank you!
    
    <!-- 
    How to use github markdown?
    ### checkable example
    - [x] checked
    - [ ] not checked
    More github Markdown info to see https://guides.github.com/features/mastering-markdown/
    -->
    
    CheckList:
    
    **if** *isBugFix* **:**
    
      * [ ] Make sure that you add at least one unit test for the bug which you had fixed.
    
    **elif** *isNewFeature* **:**
    
      * [ ] Update API docs for the component.
      * [ ] Update/Add demo to demonstrate new feature.
      * [ ] Update test scripts for the feature.
      * [ ] Add unit tests for the feature.


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

    $ git pull https://github.com/weifengsmile/incubator-weex iOS-bugfix-input-moveup

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

    https://github.com/apache/incubator-weex/pull/1239.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 #1239
    
----
commit 6722bd8bfc8d52fc0fcc6e9b3993017efa8d4a31
Author: Sidney Li <si...@...>
Date:   2018-06-04T10:02:28Z

    [WEEX-434][iOS] fix the input cannot move down to original position and the toolbar of keyboard cover the input component when on bottom

----


> WXRootView cannot reset to original position
> --------------------------------------------
>
>                 Key: WEEX-434
>                 URL: https://issues.apache.org/jira/browse/WEEX-434
>             Project: Weex
>          Issue Type: Bug
>          Components: iOS
>            Reporter: weifengsmile
>            Assignee: xingZhang
>            Priority: Major
>         Attachments: 屏幕快照 2018-06-04 下午5.28.47.png, 屏幕快照 2018-06-04 下午5.29.09.png, 屏幕快照 2018-06-04 下午5.30.43.png
>
>
> Reproduce condition: the input component is on the bottom of page.
> When the input component moved up as keyboard shown, the keyboard Preselection view or toolbar view will cover a part of the input component.
> And WXRootView cannot move to original position after keyboard hiden.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)