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

Terminal refreshes perpetually multiple times per second #132

Closed
parisk opened this issue Jun 14, 2016 · 1 comment
Closed

Terminal refreshes perpetually multiple times per second #132

parisk opened this issue Jun 14, 2016 · 1 comment
Labels
type/bug Something is misbehaving

Comments

@parisk
Copy link
Contributor

parisk commented Jun 14, 2016

#128 (comment)

@Tyriar
Copy link
Member

Tyriar commented Jun 14, 2016

It might be to do with:

     /*
      *  Return focus to previously focused element
      */
      focused.focus();

focused is document.activeElement. I don't know why it would focus more frequently than before though, it should lower the rate. Investigating..

Tyriar added a commit to Tyriar/xterm.js that referenced this issue Jun 14, 2016
@parisk parisk changed the title Terminal focuses and blurs continuously on refresh Terminal refreshes perpetually multiple times per second Jun 15, 2016
@parisk parisk added the type/bug Something is misbehaving label Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is misbehaving
Projects
None yet
Development

No branches or pull requests

2 participants