RESOLVED INVALID 121598
Java applets disappear when using requestFullScreen
https://bugs.webkit.org/show_bug.cgi?id=121598
Summary Java applets disappear when using requestFullScreen
Allan Jardine
Reported 2013-09-19 02:18:37 PDT
Created attachment 212044 [details] Jar for test I have a page with a Java applet which I'd like to use in combination with the requestFullScreen API. The applet runs normally initially, but when switching into full screen the applet simply disappears. It appears to continue running (the test case doesn't show this directly but it is the case in our more complex use case) but it isn't painted onto the screen along with the rest of the web page. In my tests it appears that Java 1.6 does not have this problem while Java 1.7 does. Possibly this is a JVM issue, but Firefox does not exhibit the same issue on the same test machine.
Attachments
Jar for test (2.72 KB, application/java-archive)
2013-09-19 02:18 PDT, Allan Jardine
no flags
Test HTML file (804 bytes, text/html)
2013-09-19 02:19 PDT, Allan Jardine
no flags
Allan Jardine
Comment 1 2013-09-19 02:19:07 PDT
Created attachment 212045 [details] Test HTML file
Allan Jardine
Comment 2 2013-09-20 01:32:53 PDT
Going to mark as invalid as this appears to be an OS and Safari specific problem, rather than Webkit. Combinations tried: OSX 10.7 - Safari 5.0 - Works OSX 10.7 - Safari 6.0 - Works OSX 10.8 - Safari 6.0 - Doesn't work OSX 10.8 - Safari 6.1 (seed 8) - Works OSX 10.9 - Safari 7 - Works So only OSX 10.8 with Safari 6.0 doesn't work. Also the Java version is irrelevant (my last comment in the original report was incorrect).
Note You need to log in before you can comment on or make changes to this bug.