
Issue with items in ScrollContainer sometimes failing to render child components.
Closed this issue · 7 comments
I've been working on porting a mod that uses owo-lib to 1.21.7 ( source here: https://github.com/tehbeard/quick-menu/tree/pr/1.21.7 )
When I initially tried some tests on 1.21.6 (building owo-lib from source), I ran into the issue with all ScrollContainer instances not rendering when the scroll position was not near the top or bottom.
I'm now trying with the 0.12.21+1.21.6 release of owo-lib, while ScrollContainer
is working in the action window, the much larger ScrollContainer
for icon selection breaks (Although it breaks much "later" in terms of scrolling than it did when testing from source prior just for 1.21.6), See attached video.
Tooltips and click action still fire, it's just the rendering that isn't working.
I'm unsure if this is a bug in ScrollContainer
's culling of the child components, or if I need to do further changes as part of porting to 1.21.6/7 due to the GUI rendering changes.
Minecraft.1.21.7.-.owo-lib.scrollcontainer.issue.mp4
fix?: (I'll test) b3da61a
Fixed in 0.12.22