Skip to content

Conversation

@ghzdude
Copy link
Contributor

@ghzdude ghzdude commented Dec 30, 2024

since #64, interaction with popup panels (clicking, scrolling, etc) is impossible. Input priority was set to LOW which is after JEI (NORMAL), making JEI consume the inputs and cancelling the event before mui2 can handle them. this pr sets mui2's input listeners to HIGH, so they run before JEI. i've not observed any immediate issues, but i also didn't spend that much time testing.

It might also be possible to mixin into JEI to prevent cancelling the event when inside an excluded area.
or perhaps only manage popup panels at HIGH priority.

@brachy84 brachy84 merged commit 1fc9c37 into CleanroomMC:master Jan 18, 2025
YannickMG pushed a commit to GTNewHorizons/ModularUI2 that referenced this pull request Jan 26, 2025
(cherry picked from commit 1fc9c37)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants