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

Overloading Stoffi with keyboard commands causes it to hang and must be force quit #329

Open
GoogleCodeExporter opened this issue Mar 12, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open Stoffi and press Fn + Right.
2. Hold down those two keys.
3.

What should have happened?
Don't attempt to process every user command when it comes to placing load on 
Stoffi, such as loading a new song. 

I know that this type of stress testing can be handled gracefully, as fb2k can 
handle it. If I stress fb2k in the same way, it seems to only accept a single 
new input when the UI is completely ready to take action on that keystroke. I 
might be sending 100s of requests for next song, but as soon as I let go of the 
keys, fb2k stops and plays the last song which it registers as next. It is as 
if there is some logic that says, I am busy right now, so I am ignoring this 
request. I will not keep this request for later. When I am ready, I will 
process the next request.

I hope that you can find a way for Stoffi to handle this punishment too. 


What happened instead?
Stoffi hangs and does not recover.

Can you give us any additional information that could be useful in fixing
this bug?


What release of Stoffi are you using (Xia or Shang)?
Zhou

If you are using alpha or beta, please state which:
Beta Three

Original issue reported on code.google.com by [email protected] on 22 Apr 2012 at 7:00

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

1 participant