tty.js
tty.js copied to clipboard
Incompatibility between term.js and ACE editor
Hi
When term.js and ace.js are both used on the same page, keyboard events do not propagate to the ACE editor.
See http://jsfiddle.net/rD52T/1/ for a demo
Looks like term.js handles key presses on the whole document and somehow stops them from propagating (but I was not able to find exactly where the issue is).
Thanks