vermaneerajin / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

SIAB allows Control-W to pass onto browser and closes window #153

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login to Linux system
2. Start up pico or nano text editor
3. Hit control-w on keyboard start a file search

What is the expected output? What do you see instead?
Expect to see search query bar at bottom of screen.  Instead, the window or tab 
is closed.

What version of the product are you using? On what operating system?
Google Chrome 16.0.912.44
Platform 1193.65.0 (Official Build) beta-channel x86-mario
Firmware Mario.03.60.1120.0038G5.0018d

Also applies to Chrome browser v15.x.x.x on OSX 10.6.7.

Please provide any additional information below.

Original issue reported on code.google.com by lpsan...@gmail.com on 1 Dec 2011 at 5:51

GoogleCodeExporter commented 8 years ago
This can probably be fixed in the keyboard/window event handlers.  
Investigating.

Original comment by lpsan...@gmail.com on 1 Dec 2011 at 5:52

GoogleCodeExporter commented 8 years ago
Discovered fix a while back.  Need to capture & discard the 
window.onbeforeunload event.

Original comment by lpsan...@gmail.com on 17 Jan 2013 at 7:05