FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

17M Downloads

FM breaks scrolling in SkillZ gui screen

aercanys opened this issue · 1 comments

commented

Describe the bug
It feels very random, but FM seems to break scrolling in the SkillZ GUI screen. The issue is inconsistent and only happens occasionally — I think it occurs after interacting with anything related to FM (even if screen customization is disabled for this screen and the FM menu is closed). It manifests either as infinite scrolling or as being able to scroll a few times even when it should be disabled (since I only have the default 12 skills, scrolling shouldn’t be enabled at all).

I’ve already asked the SkillZ developer about this; he tried to fix it, but it looks like the issue is on FM side.

To Reproduce
Open the SkillZ screen (K) and just try scrolling. If you can't scroll, try to interact with FM menu and then try scrolling again, that's when the bug occurs.

Expected behavior
Already explained above. Scrolling shouldn't be enabled at all in this case - FM enables it and breaks it.

Game Log
Nothing in the log about it (else than [de.keksuccino.fancymenu.customization.layer.ScreenCustomizationLayerHandler/INFO]: [FANCYMENU] ScreenCustomizationLayer registered: net.skillz.screen.LevelScreen)
https://gist.github.com/aercanys/e8618ae72711735f6dcd89a1b754253d

Basic Information:

  • OS: Windows 10
  • FancyMenu: 3.7.0-1.20.1-fabric, SkillZ: 3.0.2
  • Fabric 1.20.1 0.17.2
  • Active Mods: SkillZ (and its dependencies), FancyMenu
commented

update from SkillZ dev: its set to where you can only scroll if you have 13 or more skills if (this.newLeveButtons.size() > 12) {
but the issue still occurs so it's definitely FM side