The bug
When scrolling down in any inventory tab with an active scrollbar, scrolling too far and releasing on top of the survival inventory tab switches to it.
Not a terrible bug, but very annoying when trying to quickly scroll to the bottom of a tab.
Linked issues
is duplicated by 2
Attachments
Comments 34
Confirmed, but I think I know what is going on.
When you release your mouse while over the survival inventory tab, it switches to the tab.An easy fix is to make sure that you aren't over the survival inventory tab when you release.
Confirmed for 1.8. When you clock anywhere while the Inventory is open (even not on the GUI), and release on any tab, you will switch to it.
Code analysis (Yarn mappings)
One fix for this issue would be to move the CreativeInventoryScreen#mouseReleased
method that implements the item group selection behavior to the CreativeInventoryScreen#mouseClicked
method. A side effect would be that the item group would be changed when the mouse is first pressed, but that would be more consistent with other user interface elements.
Confirmed.