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

input in chrome not working #2

Closed
Pomax opened this issue Apr 19, 2013 · 4 comments
Closed

input in chrome not working #2

Pomax opened this issue Apr 19, 2013 · 4 comments

Comments

@Pomax
Copy link

Pomax commented Apr 19, 2013

I'm not sure if I'm supposed to be able to type in the demo page, but loading it in Chrome 26 on OSX doesn't actually let me type in the console.

@ubercomp
Copy link
Owner

It's a known issue, related to the fact that the terminal is in another iframe and the code that handles the keyboard is in the main page. So you just have to click anywhere outside the terminal area and then the keyboard will work.

@Pomax
Copy link
Author

Pomax commented Apr 19, 2013

ah. interesting... you could underlay the iframe using a div on the main page so that clicks always end up on the owning page, that would probably circumvent that issue entirely. Very nice work, too!

@ubercomp
Copy link
Owner

Yeah.. That will solve it. Thanks for the idea, by the way.

@ubercomp
Copy link
Owner

#5 closes this one as well.

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