-
Bug
-
Resolution: Fixed
-
Minecraft 17w43a, Minecraft 17w43b, Minecraft 17w45a, Minecraft 17w45b, Minecraft 17w46a, Minecraft 17w47a, Minecraft 17w47b, Minecraft 17w48a, Minecraft 17w49a, Minecraft 17w49b, Minecraft 17w50a, Minecraft 18w02a, Minecraft 18w05a, Minecraft 18w11a, Minecraft 18w16a, Minecraft 18w19b, Minecraft 18w20a, Minecraft 18w20b
-
Confirmed
The bug
When in any command block, the first button press locks the "Done" button. When copying a command into the block if you haven't typed a character in it first (such as / ), this also locks the done button.
The second image was a pasted in command.
Code analysis
In 18w05a it looks like the reason is that bsq.keyPressed(int, int, int) disables the button before calling the parent method which likely writes the text in the text field.
However, the "Done" button should not be disabled at all because an empty command block has valid use cases if your command structure has to match a certain layout and you have to use empty chain command blocks to not break the chain.
Note: You can find this class by search for the string advMode.mode.redstoneTriggered and then opening the parent class of the found class.
- is duplicated by
-
MC-121779 Commandblock "Done" button
- Resolved
-
MC-121902 Ctrl key disables done button in empty command block and turns on done button in a full one
- Resolved
-
MC-122015 Command Blocks' "Done" button behaves weirdly
- Resolved
-
MC-122087 Command block "Done" button does not update properly
- Resolved
-
MC-122553 Using a command-block doesn't allow save
- Resolved
-
MC-122616 The "Done" button in a command block keeps disabled when pasting a command in
- Resolved
-
MC-122830 Command block pasting glitch
- Resolved
-
MC-123139 Done button can't be used in a command block after pressing `CTRL`
- Resolved
-
MC-123256 Can't edit command blocks
- Resolved
-
MC-123841 Command block 'Done' button is greyed out under inconsistent circumstances
- Resolved
-
MC-123895 When i paste some command on a command block the "Done" button locks.
- Resolved
-
MC-124236 Minimizing screen with command block open does not let you press "Done"
- Resolved
-
MC-124473 Pasting into a command block disables the "Done" button
- Resolved
-
MC-127618 Every time I paste a command into a command block, I need to update the command space for the "Done" button to work
- Resolved
-
MC-128836 Ctrl+V into a command_block kind of breaks the "Done" button
- Resolved
- relates to
-
MC-121302 "Direct connect" button enabled/disabled at wrong times
- Resolved
-
MC-129856 Done button is always disabled in command block minecarts
- Resolved