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

Incorrect behavior of timing selection #31648

Open
iSaturnx opened this issue Jan 24, 2025 · 1 comment
Open

Incorrect behavior of timing selection #31648

iSaturnx opened this issue Jan 24, 2025 · 1 comment
Assignees

Comments

@iSaturnx
Copy link

Type

Game behaviour

Bug description

After the latest update, the behavior of preserving the timing selection has changed to selecting the current timing point that specifically has 'Timing' enabled when switching in and out of the timing tab, rather than (how it was before and expected) keeping the selection of the current timing point after (without 'Timing' enabled).

Screenshots or videos

Screen.Recording.2025-01-24.at.1.10.59.AM.mov

Version

2025.118.2

Logs

compressed-logs.zip

@bdach bdach self-assigned this Jan 24, 2025
@bdach
Copy link
Collaborator

bdach commented Jan 24, 2025

The reasoning for always choosing a group with a timing point was #22575. Before #31454 that logic would only fire on the very first enter of timing screen, but now it fires every time (it's not so much that previously it was "keeping the selection of the current timing point after", it just didn't change selection at all, so it was just kept as it was last time the screen was open).

@peppy any opinions how to proceed here? The fix is otherwise obvious (https://github.com/bdach/osu/compare/unify-selection-behaviour?expand=1), but the UX back-and-forth is making me question PRing that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants