Ghost ingredient handlers leave ghosts
uecasm opened this issue ยท 7 comments
Originally observed in JEI 1.16.5-7.6.4.90, but still present in 1.16.5-7.7.1.116.
-
When clicking on an item in the JEI right-hand panel with a GUI open that has an
IGhostIngredientHandler
, simple clicking tries to start a drag operation instead of opening the recipes for the clicked item as normal. A click-and-release should behave as normal and the drag should only start on click-and-drag more than a small threshold distance. -
When hovering an item in the right panel in the same circumstances, JEI shows green highlights in the slots where that item can be dragged to. This is fine. But then when pressing R/U on the item to show the recipe GUI, the green highlights continue to be visible on top until the mouse is moved to highlight a different item. It should clear the highlights as soon as the GUI changes.
As of JEI 1.18-9.0.0.40 at least, the first appears fixed but the second still happens. Is there a later version that you were expecting both would be fixed in?
The latest version of JEI is 9.1.2.61, but I think there haven't been any relevant fixes since the version you tried.
Thanks for confirming there is still a bug, I'll post back here when I get a chance to fix it.