Changes between Initial Version and Version 2 of Ticket #4401


Ignore:
Timestamp:
Dec 12, 2016, 8:36:23 PM (7 years ago)
Author:
Vladislav Belov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4401

    • Property Status newassigned
    • Property Summary CInput doesn't follow the cursor on a paste[PATCH] CInput doesn't follow the cursor on a paste
    • Property Owner set to Vladislav Belov
    • Property Milestone BacklogWork In Progress
    • Property Keywords patch rfc added
  • Ticket #4401 – Description

    initial v2  
    11If you press `Ctrl-V` in the CInput and the buffer won't empty, then you will just insert it, but if the buffer is bigger than the CInput length or `cursor_position + buffer_length > cinput_length`, then cursor will be out of CInput. Also it will paste in the invisible part after continuing of pasting.
     2
     3How to reproduce:
     41. Open the `Multiplayer > Game Lobby`.
     52. Type `sample text` in the login field.
     63. Copy it (`Ctrl-C`/`Cmd-C`) and paste it few times (`Ctrl-V`/`Cmd-V`).