To reproduce:
1. Open the creative inventory
2. Move the cursor outside of the inventory GUI
3. Start holding the left mouse button
4. Move the left mouse button on a currently not selected inventory tab
5. Release the left mouse button and observe the selected inventory tab change
This behavior is at the very least inconsistent with the visually identical advancements GUI tabs, and in my opinion shouldn't happen at all - clicks should only be registered if the click started and ended on the same UI element. See MC-110368 for more info on this topic.
Linked issues
is duplicated by 2
relates to 2
Comments 13
The fix for this issue would be to simply move the CreativeInventoryScreen#mouseReleased
(Yarn mappings) method into the CreativeInventoryScreen#mouseClicked
method. Note that this is the same fix for MC-11739, since they are the same issue and I think one should duplicate the other.
Can confirm in 21w03a.