Closed GoogleCodeExporter closed 8 years ago
As a hotfix I test for Opera browsers:
In vt100.jspp:560:
this.isOpera = (navigator.userAgent.indexOf("Opera")!=-1);
And that at every position of window.innerWidth/Height something like:
(this.isOpera ? document.documentElement.clientWidth : window.innerWidth)
Works quite well. That way isEmbedded is false in my case of a shellinabox in an
iframe. If I hardcode isEmbedded to true, it does not work anymore, but I don't
know
why. It just shows the first line as described above.
sandoz
Original comment by siev...@zedat.fu-berlin.de
on 7 Apr 2010 at 3:30
Original comment by zod...@gmail.com
on 2 Sep 2010 at 11:37
Original issue reported on code.google.com by
siev...@zedat.fu-berlin.de
on 6 Apr 2010 at 4:50