Menu

#34 Editor does not resize when keyboard is open, blocking copy/paste on files longer than the screen

v1.0_(example)
closed
zc2
None
1
2015-02-01
2015-01-30
No

Steps to reproduce:

1) Edit a text file.
2) Make it longer than the screen.
3) Put the cursor at the bottom.

Observe that the title bar has gone away.

4) Try to highlight a word to copy/paste.

Observe that the copy/paste bar is not visible.

The fix is simple. The attached patch adds a tag to the manifest so that the view is resized when the keyboard is visible. This prevents things from being pushed off the screen, making the editor useful for working with files that are longer than the screen.

1 Attachments

Discussion

  • zc2

    zc2 - 2015-02-01
    • status: open --> accepted
    • assigned_to: zc2
     
  • zc2

    zc2 - 2015-02-01
    • status: accepted --> closed
     

Log in to post a comment.