Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling with mouse wheel in main menu settings is broken #14517

Open
Desour opened this issue Apr 4, 2024 · 1 comment
Open

Scrolling with mouse wheel in main menu settings is broken #14517

Desour opened this issue Apr 4, 2024 · 1 comment
Labels
Bug Issues that were confirmed to be a bug Formspec @ Mainmenu Regression Something that used to work no longer does.
Milestone

Comments

@Desour
Copy link
Member

Desour commented Apr 4, 2024

Minetest version

Minetest 5.9.0-dev-6ca214fef (Linux)
Using Irrlicht 1.9.0mt15
Using LuaJIT 2.1.1702233742
Built by GCC 13.2
Running on Linux/6.8.2-arch2-1 x86_64
BUILD_TYPE=Release
RUN_IN_PLACE=1
USE_CURL=1
USE_GETTEXT=1
USE_SOUND=1
STATIC_SHAREDIR="."
STATIC_LOCALEDIR="locale"

Happens in master.

Bisected to 6ca214f + minetest/irrlicht@3992129.

Might depend on build type. I.e. last time I tried, building with sanitizers in Debug build in master, the bug didn't appear.
Reproducible with Release builds.

Irrlicht device

SDL

Operating system and version

arch linux

CPU model

AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx

GPU model

amd vega 8

Active renderer

OpenGL 4.6

Summary

Scrolling with mouse wheel in the main menu settings scroll containers seems to only work if you move your mouse while spinning the mouse wheel.

Steps to reproduce

  • Open the settings menu.
  • Place your mouse cursor in the middle of the screen.
  • Spin your mouse wheel.
  • => This should scroll the scroll container up and down. But it doesn't work if you hold your mouse still.
@Desour Desour added Bug Issues that were confirmed to be a bug @ Mainmenu Formspec Regression Something that used to work no longer does. labels Apr 4, 2024
@Desour Desour added this to the 5.9.0 milestone Apr 4, 2024
@grorp
Copy link
Member

grorp commented Apr 20, 2024

I haven't observed this with -DUSE_SDL2=FALSE, so it could be related to the SDL Irrlicht device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that were confirmed to be a bug Formspec @ Mainmenu Regression Something that used to work no longer does.
Projects
None yet
Development

No branches or pull requests

2 participants