[Bug] Trying to use the scroll bar on an information tab, instead tries to "save the recipe", and does not let you scroll
f-raZ0R opened this issue ยท 2 comments
What happened?
This issue is caused by two different outcomes being mapped to the same action. Trying to drag the scroll bar, also counts as "dragging the recipe", and that has higher priority. A simple fix could be to simply swap the priority of these actions, or to make it so scrolling overrides dragging
VIDEO:
https://user-images.githubusercontent.com/30442287/169823993-d65cdcb3-ab7b-45e2-90dc-e07e1d07c7ab.mp4
.
What mod loaders are you seeing the problem on?
Fabric
What do you think this bug is of?
- Visual
- Recipe Lookup
- Cheat Mode
- Plugin Integration / JEI Plugin Compatibility
- Others
Relevant log output
N/A
Anything else?
No response
This is technically the same as #861, however it provides an additional important use case adding urgency to the original issue :P
Nevermind, this probably actually isn't the same issue since scrolling is handled globally, that one was just a bug in the clicking logic