[Bug]: IIngredientFilter#setFilterText doesn't update text field
raoulvdberge opened this issue ยท 1 comments
Steps to Reproduce the Bug
- Open Refined Storage Grid
- Enable JEI synchronization mode (one way)
- Notice that the filter is being updated, but the text field isn't.
Expected Behavior
The text field should be updated with the new search query as well.
Actual Behavior
The text field isn't updated, but the underlying filter is updated.
Mod Pack URL (Optional)
No response
Mod Pack Version (Optional)
No response
Extra Notes (Optional)
JEI 11.0.0.206
You can try this with RS 2.
- https://github.com/refinedmods/refinedstorage2/blob/develop/refinedstorage2-platform-common/src/main/java/com/refinedmods/refinedstorage2/platform/common/screen/grid/GridScreen.java#L129
- https://github.com/refinedmods/refinedstorage2/blob/develop/refinedstorage2-platform-common/src/main/java/com/refinedmods/refinedstorage2/platform/common/screen/grid/GridScreen.java#L134
- https://github.com/refinedmods/refinedstorage2/blob/develop/refinedstorage2-platform-forge/src/main/java/com/refinedmods/refinedstorage2/platform/forge/integration/jei/JeiGridSynchronizer.java#L28
- https://github.com/refinedmods/refinedstorage2/blob/develop/refinedstorage2-platform-forge/src/main/java/com/refinedmods/refinedstorage2/platform/forge/integration/jei/JeiProxy.java#L9
Get an artifact for 1.19 here:
https://github.com/refinedmods/refinedstorage2/actions/runs/2550893231
1.18.2: https://github.com/refinedmods/refinedstorage2/releases/tag/v2.0.0-milestone.1.4
The bug can apperantly also be reproduced with RS1: refinedmods/refinedstorage#3293
latest.log
No response