Mudlet / Mudlet

⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
https://mudlet.org
GNU General Public License v2.0
740 stars 267 forks source link

Ctrl+click selection doesn't copy what is selected if copied bottom up #4540

Open vadi2 opened 3 years ago

vadi2 commented 3 years ago

Brief summary of issue / Description of requested feature:

If you hold Ctrl while selecting text to select lines as whole and you copy starting from the bottom and going up, the text that is copied does not match the selection text: the first line will be missing characters until the pointer.

In this example you can see that the first copied line starts from eliminate which is not what selection promises to copy:

Peek 2020-12-28 12-25

Steps to reproduce the issue / Reasons for adding feature:

  1. Hold Ctrl and copy text from bottom going up
  2. Copy, paste elsewhere
  3. Observe first line is incomplete

Error output / Expected result of feature

Copied text should exactly match the selected text

Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:

4.10.1

Kebap commented 1 year ago

3. Observe first line is incomplete

The last line as well!

Meanwhile, selecting top to bottom works fine as expected.