You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using a mouse, the ScrollView does not scroll down, only up. When the mouse is scrolled down, nothing happens.
The scroll does work using the arrow keys.
Indeed, it looks like the wheel down event is not properly parsed. Running the key_codes event shows it is parsed as middle button press/hold events. Will need to fix that in our ncurses backend wrapper.
In the meantime you can try a different backend like crossterm (disable the default features, then enable crossterm-backend).
Describe the bug
When using a mouse, the ScrollView does not scroll down, only up. When the mouse is scrolled down, nothing happens.
The scroll does work using the arrow keys.
To Reproduce
Run the scroll.rs example
Expected behavior
For the box to scroll down.
Environment
The text was updated successfully, but these errors were encountered: