Mojira Archive
BDS-1083

Any non-character inputs replaced by different characters.

When inputting anything other than a letter, number or symbol, an escape? character is inputted instead. For example,

 

  • Backspace is replaced with
    ^H

    and does not delete the preceding character.

 

  • The up, down, right, and left arrow keys are replaced with 
    ^[[A, ^[[B, ^[[C, or ^[[D

    respectively.

 

  • All function keys (F1, F2, etc) are replaced with
    ^[[11~, ^[[12~, etc.

    depending on the key pressed.

 

  • Home, Insert, Delete, End, PgUp, and PgDn are replaced with
    ^[[1~, ^[[2~, etc. 

    respectively.

 

This only becomes an issue when typos are made and the command needs to be retyped from the beginning without error, as pressing the backspace or delete keys only inserts the matching escape character. This becomes especially annoying when attempting to whitelist players with longer username lengths, especially considering that it is case-sensitive.

Environment

Running latest BDS (as of 7/9/19) on Ubuntu EC2 virtual machine via AWS. Accessing through

ssh 

command on Windows 10 command prompt.

Comments2

Hi Justin,

I've just tried to reproduce this and it would appear that it has mostly been fixed.

Are you able to confirm the same is true for yourself?

The F# keys don't work but given they shouldn't be used anyway I'm not sure that's really an issue. The only remaining key I believe should function and doesn't is Delete.

Ionic

Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

History5

Justin

Changed description:

character is inputted instead. For example,

When inputting anything other than a letter, number or symbol, an escape character is inputted instead. For example,

0

 

0
    0
  • Backspace is replaced with0
    0
    ^H
    0
    0

    and does not delete the preceding character.

  • 0
0

 

0
    0
  • The up, down, right, and left arrow keys are replaced with 0
    0
    ^[[A, ^[[B, ^[[C, or ^[[D
    0
    0

    respectively.

  • 0
0

 

0
    0
  • All function keys (F1, F2, etc) are replaced with0
    0
    ^[[11~, ^[[12~, etc.
    0
    0

    depending on the key pressed.

  • 0
0

 

0
    0
  • Home, Insert, Delete, End, PgUp, and PgDn are replaced with0
    0
    ^[[1~, ^[[2~, etc. 
    0
    0

    respectively.

  • 0
0

 

0

This only becomes an issue when typos are made and the command needs to be retyped from the beginning without error, as pressing the backspace or delete keys only inserts the matching escape character. This becomes especially annoying when attempting to whitelist players with longer username lengths, especially considering that it is case-sensitive.

When inputting anything other than a letter, number or symbol, an escape? character is inputted instead. For example,

00

 

0
    0
  • Backspace is replaced with0
    0
    ^H
    0
    0

    and does not delete the preceding character.

  • 0
0

 

0
    0
  • The up, down, right, and left arrow keys are replaced with 0
    0
    ^[[A, ^[[B, ^[[C, or ^[[D
    0
    0

    respectively.

  • 0
0

 

0
    0
  • All function keys (F1, F2, etc) are replaced with0
    0
    ^[[11~, ^[[12~, etc.
    0
    0

    depending on the key pressed.

  • 0
0

 

0
    0
  • Home, Insert, Delete, End, PgUp, and PgDn are replaced with0
    0
    ^[[1~, ^[[2~, etc. 
    0
    0

    respectively.

  • 0
0

 

0

This only becomes an issue when typos are made and the command needs to be retyped from the beginning without error, as pressing the backspace or delete keys only inserts the matching escape character. This becomes especially annoying when attempting to whitelist players with longer username lengths, especially considering that it is case-sensitive.

IonicEcko

Added labels: awaiting-confirmation

Removed labels:

IonicEcko
[Mojang] Mega_Spud (Jay Wells)
[Mojang] Mega_Spud (Jay Wells)

Resolution: UnresolvedIncomplete

Incomplete
Justin
1
0
awaiting-confirmation
1.8.1.2