aimeyzie / web-shell

Automatically exported from code.google.com/p/web-shell
0 stars 0 forks source link

Sending tab key #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Pressing tab on a PC browser will not send TAB to the server

I looked at the code and made two changes to webshell.js that made it work.
Here's the diff patch:

111d110
<               if (ev.keyCode == 9) setTimeout(function() {
window.focus(); }, 0);     // refocus window
129d127
<                       case 9: break;                  // Tab

Original issue reported on code.google.com by Roger.Se...@gmail.com on 14 Oct 2007 at 10:24

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It seems that the patch doesn't work now.

Original comment by water...@gmail.com on 25 Oct 2008 at 4:53

GoogleCodeExporter commented 8 years ago
Thanks, it working fine!
I attached the corrected file for version 0.9.6.

Original comment by tino1boe...@gmail.com on 27 Mar 2010 at 2:59

Attachments:

GoogleCodeExporter commented 8 years ago
Doesn't work here (Safari or FireFox latest). Sending tab is essential for auto 
completion

Original comment by pedro%es...@gtempaccount.com on 10 May 2010 at 9:39