ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.09k stars 2.23k forks source link

Scrollable results screen #27051

Open leKitsuna opened 7 months ago

leKitsuna commented 7 months ago

Type

Game behaviour

Bug description

If you open the result details and try to swipe with the mouse wheel, the details of result box will not be swiped, but the whole area will be swiped. I will attach the video.

Screenshots or videos

https://github.com/ppy/osu/assets/128412306/28bb0951-48c3-4d8c-8e99-b2f2c77fb375

Version

2024.131.0-lazer

Logs

compressed-logs.zip

bdach commented 4 months ago

Just to expound on this: the issue is not that much that the left side is scrollable because that's important on high UI scale as mentioned in https://github.com/ppy/osu/pull/28002#issuecomment-2078803045. The issue is moreso that the left thing scrolls the nested right scroll too and that's just all sorts of bad. They should scroll independently.

But anyhow the hope is that this issue can be eliminated entirely by way of https://github.com/ppy/osu/issues/24996.