{
   "expand": "operations,versionedRepresentations,editmeta,changelog,renderedFields",
   "id": "249613",
   "self": "https://bugs.mojang.com/rest/api/2/issue/249613",
   "key": "BDS-1083",
   "fields": {
      "issuetype": "1",
      "project": "11700",
      "fixVersions": [],
      "resolution": "4",
      "customfield_10500": null,
      "customfield_12800": null,
      "customfield_12602": [],
      "customfield_12601": null,
      "customfield_12604": null,
      "customfield_12603": null,
      "customfield_12606": null,
      "customfield_12605": null,
      "customfield_12608": null,
      "resolutiondate": "2021-01-29T18:19:51.000+0200",
      "customfield_12607": null,
      "customfield_12609": null,
      "workratio": -1,
      "lastViewed": null,
      "watches": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-1083/watchers",
         "watchCount": 0,
         "isWatching": false
      },
      "created": "2019-07-10T03:20:06.000+0300",
      "customfield_12000": null,
      "customfield_12201": null,
      "customfield_12600": null,
      "labels": [
         "awaiting-confirmation"
      ],
      "customfield_11700": "{}",
      "versions": [
         "17513"
      ],
      "issuelinks": [],
      "assignee": null,
      "updated": "2021-01-29T18:19:51.000+0200",
      "status": "5",
      "description": "When inputting anything other than a letter, number or symbol, an escape?\u00a0character is inputted instead. For example,\n\n\u00a0\n * Backspace is replaced with\n{code:java}\n^H{code}\nand does not delete the preceding character.\n\n\u00a0\n * The up, down, right, and left arrow keys are replaced with\u00a0\n{code:java}\n^[[A,\u00a0^[[B,\u00a0^[[C, or ^[[D{code}\nrespectively.\n\n\u00a0\n * All function keys (F1, F2, etc) are replaced with\n{code:java}\n^[[11~, ^[[12~, etc.{code}\ndepending on the key pressed.\n\n\u00a0\n * Home, Insert, Delete, End, PgUp, and PgDn are replaced with\n{code:java}\n^[[1~, ^[[2~, etc. {code}\nrespectively.\n\n\u00a0\n\nThis 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.",
      "customfield_11100": null,
      "customfield_11300": null,
      "customfield_11500": null,
      "customfield_12503": null,
      "customfield_12700": null,
      "customfield_12502": null,
      "customfield_12504": null,
      "attachment": [],
      "summary": "Any non-character inputs replaced by different characters.",
      "creator": "z1nonly",
      "reporter": "z1nonly",
      "customfield_10002": null,
      "customfield_12501": null,
      "customfield_12500": null,
      "customfield_11601": null,
      "customfield_11600": "0|i10zpb:",
      "environment": "Running latest BDS (as of 7/9/19) on Ubuntu EC2 virtual machine via AWS. Accessing through\n{code:java}\nssh {code}\ncommand on Windows 10 command prompt.",
      "customfield_11801": null,
      "customfield_11800": null,
      "customfield_11602": null,
      "customfield_11802": null,
      "comment": {
         "comments": [
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/249613/comment/661117",
               "id": "661117",
               "author": "ionicecko",
               "body": "Hi Justin,\n\nI've just tried to reproduce this and it would appear that it has mostly been fixed.\n\nAre you able to confirm the same is true for yourself?\n\nThe 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.\n\nIonic",
               "updateAuthor": "ionicecko",
               "created": "2020-04-08T05:41:02.691+0300",
               "updated": "2020-04-08T05:41:02.691+0300"
            },
            {
               "self": "https://bugs.mojang.com/rest/api/2/issue/249613/comment/907920",
               "id": "907920",
               "author": "mega_spud",
               "body": "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|https://aka.ms/MCBugTrackerHelp|How To Write helpful bug reports] which includes steps to reproduce the problem.\r\n\r\n*Quick Links*:\r\n\ud83d\udcd3 [Issue Guidelines|https://aka.ms/MCBugTrackerHelp|How To Write Awesome Tickets! \ud83d\udcaf] -- \ud83d\udcac [Mojang Support|https://help.minecraft.net/hc/en-us/requests/new|Account Support \ud83d\udd79] -- \ud83d\udce7 [Suggestions|https://feedback.minecraft.net/|Feedback and Suggestions \u270d\ufe0f] -- \ud83d\udcd6 [Minecraft Wiki|http://minecraft.gamepedia.com/Minecraft_Wiki|Minecraft Wiki \ud83c\udf93]",
               "updateAuthor": "mega_spud",
               "created": "2021-01-29T18:19:51.414+0200",
               "updated": "2021-01-29T18:19:51.414+0200"
            }
         ],
         "maxResults": 2,
         "total": 2,
         "startAt": 0
      },
      "votes": {
         "self": "https://bugs.mojang.com/rest/api/2/issue/BDS-1083/votes",
         "votes": 1,
         "hasVoted": false
      }
   },
   "changelog": {
      "startAt": 0,
      "maxResults": 5,
      "total": 5,
      "histories": [
         {
            "id": "1285743",
            "author": "z1nonly",
            "created": "2019-07-10T03:28:36.696+0300",
            "items": [
               {
                  "field": "description",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "When inputting anything other than a letter, number or symbol, an escape(?) character is inputted instead. For example,\n\n\u00a0\n * Backspace is replaced with\n{code:java}\n^H{code}\nand does not delete the preceding character.\n\n\u00a0\n * The up, down, right, and left arrow keys are replaced with\u00a0\n{code:java}\n^[[A,\u00a0^[[B,\u00a0^[[C, or ^[[D{code}\nrespectively.\n\n\u00a0\n * All function keys (F1, F2, etc) are replaced with\n{code:java}\n^[[11~, ^[[12~, etc.{code}\ndepending on the key pressed.\n\n\u00a0\n * Home, Insert, Delete, End, PgUp, and PgDn are replaced with\n{code:java}\n^[[1~, ^[[2~, etc. {code}\nrespectively.\n\n\u00a0\n\nThis 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.",
                  "to": null,
                  "toString": "When inputting anything other than a letter, number or symbol, an escape?\u00a0character is inputted instead. For example,\n\n\u00a0\n * Backspace is replaced with\n{code:java}\n^H{code}\nand does not delete the preceding character.\n\n\u00a0\n * The up, down, right, and left arrow keys are replaced with\u00a0\n{code:java}\n^[[A,\u00a0^[[B,\u00a0^[[C, or ^[[D{code}\nrespectively.\n\n\u00a0\n * All function keys (F1, F2, etc) are replaced with\n{code:java}\n^[[11~, ^[[12~, etc.{code}\ndepending on the key pressed.\n\n\u00a0\n * Home, Insert, Delete, End, PgUp, and PgDn are replaced with\n{code:java}\n^[[1~, ^[[2~, etc. {code}\nrespectively.\n\n\u00a0\n\nThis 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."
               }
            ]
         },
         {
            "id": "1455931",
            "author": "ionicecko",
            "created": "2020-03-04T13:42:22.401+0200",
            "items": [
               {
                  "field": "labels",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": "",
                  "to": null,
                  "toString": "awaiting-confirmation"
               }
            ]
         },
         {
            "id": "1665960",
            "author": "ionicecko",
            "created": "2020-06-21T05:52:24.294+0300",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "10001",
                  "toString": "Awaiting Response"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "1",
                  "fromString": "Open",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         },
         {
            "id": "1999109",
            "author": "mega_spud",
            "created": "2021-01-29T18:19:02.749+0200",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": "10001",
                  "fromString": "Awaiting Response",
                  "to": null,
                  "toString": null
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "5",
                  "fromString": "Resolved",
                  "to": "4",
                  "toString": "Reopened"
               }
            ]
         },
         {
            "id": "1999231",
            "author": "mega_spud",
            "created": "2021-01-29T18:19:51.415+0200",
            "items": [
               {
                  "field": "resolution",
                  "fieldtype": "jira",
                  "from": null,
                  "fromString": null,
                  "to": "4",
                  "toString": "Incomplete"
               },
               {
                  "field": "status",
                  "fieldtype": "jira",
                  "from": "4",
                  "fromString": "Reopened",
                  "to": "5",
                  "toString": "Resolved"
               }
            ]
         }
      ]
   }
}