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

Cant select Folded Tracks, blocks navigation in device control view #83

Closed
MrMatch246 opened this issue Aug 17, 2023 · 1 comment
Closed

Comments

@MrMatch246
Copy link
Contributor

When changing the selected track in device control view, trying to access a folded track throws an (internal) error :

2023-08-17T16:23:31.892054: error: RemoteScriptError: self.song().view.selected_track = self.song().tracks[self.selected_track_idx - 1]
2023-08-17T16:23:31.892085: error: RemoteScriptError:

2023-08-17T16:23:31.892113: error: RemoteScriptError: RuntimeError
2023-08-17T16:23:31.892139: error: RemoteScriptError: :
2023-08-17T16:23:31.892165: error: RemoteScriptError: The given Track is invisible

It is possible to select the group but any further clicks fail. preventing someone from accessing tracks on the other side of the group.

I assume the wanted behavior would be that we keep the track folded and just select the next possible, unfolded track.
auto opening these sections might be confusing to the user.

@hdavid
Copy link
Owner

hdavid commented Sep 3, 2023

fixed in #81

@hdavid hdavid closed this as completed Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants