-
Bug
-
Resolution: Fixed
-
Minecraft 1.8.2-pre1, Minecraft 1.8.8, Minecraft 15w35e, Minecraft 16w06a, Minecraft 1.10.2, Minecraft 1.11.2, Minecraft 1.12 Pre-Release 6, Minecraft 1.12.2, Minecraft 18w11a, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 18w45a, Minecraft 18w46a, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a, Minecraft 19w02a, Minecraft 19w03a, Minecraft 19w06a, Minecraft 19w12b, 1.14.4, 1.15.1, 1.15.2 Pre-release 2, 1.15.2, 1.16 Pre-release 5, 1.16 Pre-release 7, 1.16 Pre-release 8, 1.16.2 Release Candidate 1, 1.16.2, 20w46a, 21w03a, 1.16.5, 21w05b, 21w06a, 21w07a, 21w08b, 21w11a, 21w13a, 21w17a, 1.17.1, 1.18.1, 22w03a, 22w05a, 22w06a, 22w07a, 1.18.2 Release Candidate 1, 1.18.2, 22w17a, 1.19, 1.19.1 Pre-release 4, 1.19.1, 1.19.2, 22w43a, 1.19.3, 1.19.4
-
Confirmed
-
UI
-
Low
The Bug:
Arrow buttons within the book GUI are rendered above tooltips.
Steps to Reproduce:
- Place down a command block and input the following command into it.
/give @p minecraft:written_book{pages:['[{"text":"\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nMC-75721\\n","color":"red","hoverEvent":{"action":"show_text","value":"MC-75721 MC-75721\\nMC-75721 MC-75721\\nMC-75721 MC-75721\\nMC-75721 MC-75721\\nMC-75721 MC-75721\\nMC-75721 MC-75721\\nMC-75721 MC-75721"}}]','[{"text":"\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nMC-75721\\n","color":"red","hoverEvent":{"action":"show_text","value":"MC-75721 MC-75721\\nMC-75721 MC-75721\\nMC-75721 MC-75721\\nMC-75721 MC-75721\\nMC-75721 MC-75721\\nMC-75721 MC-75721\\nMC-75721 MC-75721"}}]'],title:MC-75721,author:MC-75721}
- Activate the command block in order to receive a book.
- Open the book and hold your mouse cursor over the red text displayed within it.
- Take note as to whether or not arrow buttons within the book GUI are rendered above tooltips.
Observed Behavior:
Arrow buttons are rendered in front tooltips.
Expected Behavior:
Arrow buttons would be rendered behind tooltips.
Code Analysis:
Code analysis by Tobi14601 can be found in this comment.