vermaneerajin / shellinabox

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

appearance problem in chrome browser v12 #127

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
just browse in chrome v12 and the problem occurred.

What is the expected output? What do you see instead?
browse in firefox v5.0 is OK, but in chrome the shell area shrinked into one 
line.

What version of the product are you using? On what operating system?
shellinabox 2.10, on CentOS 5.6, using apache as Reverse Proxy Server.
browse in chrome v12, win7 32bit.

the url is http://dzxx.neuq.edu.cn/shellinabox/.

Original issue reported on code.google.com by QiuCheng...@gmail.com on 22 Jul 2011 at 9:16

GoogleCodeExporter commented 8 years ago
I have the same problem with Chromium 14 on Linux - solved by adding 

   #vt100 { height: 100% }

to the stylesheet.

Original comment by antonio.galea@gmail.com on 29 Jul 2011 at 12:00

GoogleCodeExporter commented 8 years ago
the same issue appear in chrome22,
change line 1166 in vt100.jspp seems take effect in chrome22 and IE8:

    var height = window.innerHeight||document.documentElement.clientHeight -1

Original comment by chk.j...@gmail.com on 6 Nov 2012 at 6:58