]> source.dussan.org Git - vaadin-framework.git/commit
Disabled shim iframe for all but IE8+ (#9284, #6219)
authorArtur Signell <artur.signell@itmill.com>
Fri, 10 Aug 2012 14:09:57 +0000 (14:09 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 10 Aug 2012 14:09:57 +0000 (14:09 +0000)
commitc8f35e5aef1619512aee438c155b417fa7bb48ba
tree8e186bba83472f31edc29c169eec166178c1e932
parent15b7d21c5ed5d6f79b9eb091948392586bdb9e70
Disabled shim iframe for all but IE8+ (#9284, #6219)

The shim iframe causes crashes in IE6 and does not really help in Opera/Safari/Firefox.

svn changeset:24146/svn branch:6.8
WebContent/statictestfiles/applet.html [new file with mode: 0644]
WebContent/statictestfiles/com/vaadin/tests/components/embedded/TestApplet.class [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/ui/VOverlay.java
tests/testbench/com/vaadin/tests/components/embedded/EmbeddedApplet.html [new file with mode: 0644]
tests/testbench/com/vaadin/tests/components/embedded/EmbeddedApplet.java [new file with mode: 0644]
tests/testbench/com/vaadin/tests/components/embedded/TestApplet.java [new file with mode: 0644]