When you scroll down in options and then change the gui scale the options scroll position stays the same but the scroll bar is removed.
Steps to Reproduce:
Open video settings
Set your gui scale to a scale like auto
Scroll down so only the gui scale button is at the top of the screen
Click the button
Observe that the list is half visible and the scroll bar is missing and when you scroll it reinitializes the list
Attachments
Comments 11
Relates to MC-158271
I'm unable to reproduce this.
Please record a video of this happening and attach it to this report.
If you are on Windows, you can use Windows
+Alt
+R
to open a built-in app for recording game footage.
If you are on Mac (Mojave or later), you can use Shift
+Command
+5
to open a built-in app for recording your screen.
In case you don't have a program to record videos, we recommend using the free recording software OBS.
In case the resulting video file is too large to be uploaded to the bug tracker directly, please upload it elsewhere (e.g. as unlisted video on YouTube) and link to it here.
This issue is being temporarily resolved as Awaiting Response. Once the requested information has been delivered, the report will be reopened automatically.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
@Jiingy it has to be done with the button, not the scroll wheel, as the scroll wheel adds a special call to reset the scroll.
Here is a deobfuscated decompiled version of that special check on scroll from the latest snapshot:
CycleButton<Integer> cycleButton = (CycleButton<Integer>)this.list.findOption(optionInstance);
if (cycleButton != null) {
optionInstance.set(k);
cycleButton.setValue(k);
this.list.setScrollAmount(0.0);
return true;
}
I'm also unable to reproduce this.
Please try the following steps:
Press your Windows+R keys, type in %AppData% at the dialog, and press Enter. In the window that appears, open the .minecraft directory, and delete everything except for the saves directory that you see therein. Then, try running Minecraft again.
I have been able to reproduce this every single time, ive had others also reproduce it, the video I sent was created on a brand new instance with 0 configuration until I started the game.
Like I said in the description use the button not [ctrl]+ [scroll wheel] as ctrl scroll wheel logic will set the list scroll to 0 when its used but the button does not.
I have tried several times but I'm still unable to reproduce this. I have tried using the arrow keys to navigate down and scrolling, and changing the resolution of my game.
I could reproduce this on 1.20.6, but not on 1.21-pre4. Can you verify that this is still an issue in the latest pre-release?
You can only see the scroll bar when it's necessary