-
Notifications
You must be signed in to change notification settings - Fork 6
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
selected entry gets stuck #33
Comments
Can you describe the steps to reproduce this? It's not something I've come across. Which commit do you think may have caused it? I'll look into it, whether or not I introduced it :-) Is it possible it is related to an interaction with the terminal you use, or are you able to reproduce it in other terminals? |
@spezifisch Poke. Is this still an issue? Can you describe how to reproduce it? |
Yes, it's reproducible using mouse support in a terminal, I'm using To reproduce:
This problem should be addressed through #31. |
Maybe this tview method will be useful: func (b *Box) WrapMouseHandler(...) |
I've reproduced it. This is a systemic problem for any widgets that don't have input handlers; it affects the song info widget as well, as it's purely informational. |
(
dev
branch)I had it happen that the first song of the queue was selected, i focused the terminal and couldn't move the selected line with up/down arrows.
Workaround: Click with mouse to select another entry. First entry works normally after that.
Possibly related to the commit where the
-1
bounds check was added.The text was updated successfully, but these errors were encountered: