Funwayguy / BetterQuesting

MIT License
55 stars 94 forks source link

GUI Scroll List Overflow #738

Closed Enginecrafter77 closed 3 years ago

Enginecrafter77 commented 3 years ago

So, basically the issue is that whenever an element is supposed to be wrapped inside a scrollbar, it's contents overflow the screen instead of being hidden (the expected behavior).

[ScreenShot](https://imgur.com/a/6FkSeAq)

In the screenshot the list overflows downwards, but it also overflows upwards.

I have narrowed the issue down, and it turns out to be an issue with Optifine. I know Optifine is closed source which makes it extremely hard to pinpoint these issues, but I guess it must be somehow tampering with the way you render GUIs.

So feel free to mark this as a low priority issue, since the obvious workaround is simply to get rid of optifine.

Elibikerdude commented 3 years ago

I seem to have this problem as well, I also discovered that this could be caused by OpenGL not being able to load the stencil buffers.

Funwayguy commented 3 years ago

That is correct. Something broke the OpenGL stencil buffers and BQ is no longer capable of cropping it's UIs. I cannot fix this from my side.