-
Bug
-
Resolution: Fixed
-
P2
-
8u60
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141802 | emb-9 | Alexey Ivanov | P2 | Resolved | Fixed | team |
JDK-8140811 | 8u91 | Alexey Ivanov | P2 | Resolved | Fixed | b01 |
JDK-8135249 | 8u72 | Alexey Ivanov | P2 | Resolved | Fixed | b01 |
JDK-8136946 | 8u71 | Alexey Ivanov | P2 | Resolved | Fixed | b01 |
JDK-8136489 | 8u66 | Alexey Ivanov | P2 | Resolved | Fixed | b14 |
JDK-8133941 | 8u65 | Alexey Ivanov | P2 | Closed | Fixed | b14 |
JDK-8147100 | emb-8u91 | Alexey Ivanov | P2 | Resolved | Fixed | b01 |
JDK-8143668 | emb-8u71 | Unassigned | P2 | Resolved | Fixed | b01 |
JDK-8137519 | emb-8u65 | Alexey Ivanov | P2 | Resolved | Fixed | b14 |
JDK-8133942 | 7u95 | Alexey Ivanov | P2 | Closed | Fixed | b01 |
JDK-8136474 | 7u91 | Alexey Ivanov | P2 | Closed | Fixed | b14 |
java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b09)
Java HotSpot(TM) Client VM (build 25.65-b01, mixed mode)
Does this problem occur on J2SE 7ux, 8ux? Yes / No (be specific version#)
No
If this is a regression what release did the code last work?
No. The applets works with the current version of Java (Version 8 Update 51).
Operating System Configuration Information (be specific):
Windows 7 - Internet Explorer 11
Windows 8.1 - Internet Explorer 11
Hardware Configuration Information (be specific):
PCs, no special
Bug Description:
Have an applet component that is not being loaded in the Java version 8u60b25 and neither in the version 8u65b9.
This error occurs with the Internet Explorer browser, but works with Chrome and Firefox browser.
Use a hidden IFrame to have the modal effect. The content of the IFrame is builded with applet tag and then this IFrame is displayed. In this situation, the applet is not instantiated and neither appears the Java Console.
To debug, put some Java Script alerts and check the existence of the applet, but it is not instantiated. We use the same applet without the use of IFrames and it is working, the operation mode is the same.
To work around the problem, we display the iframe, we use the instruction document.read to check the html was loaded, we hope 2 seconds and so we write the code of the applet tag.
Steps to Reproduce (be specific):
Using the sample, using Internet Explorer com Java version 8u60b25
The applet is closely linked with the system. Follow a sample to get a sense of the problem.
In this sample, with Java 8 Update 51, Java is instanced. But wit Java version 8u60b25, Java is not instanced using Internet Explorer browser.
<html>
<div style="display:block; visibility:hidden">
<iframe src="http://javatester.org/version.html" height="300px" width=" 100%" ></iframe>
</div>
</html>
- backported by
-
JDK-8135249 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Resolved
-
-
JDK-8136489 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Resolved
-
-
JDK-8136946 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Resolved
-
-
JDK-8137519 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Resolved
-
-
JDK-8140811 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Resolved
-
-
JDK-8141802 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Resolved
-
-
JDK-8143668 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Resolved
-
-
JDK-8147100 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Resolved
-
-
JDK-8133941 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Closed
-
-
JDK-8133942 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Closed
-
-
JDK-8136474 REGRESSION: Hidden applet does not load in 8u60 and 8u65
-
- Closed
-
- blocks
-
JDK-8136759 Regression in Applet startup time with Internet Explorer on 8u60 and 8u65-b14
-
- Closed
-
- duplicates
-
JDK-8134469 Multiple applets cannot be loaded in IE11 with jre8u60 installed
-
- Closed
-
-
JDK-8133124 Some pogo games can't be loaded successfully for IE11 finally, it is a blank
-
- Closed
-
-
JDK-8143205 long delay in Java startup in Frameset when loaded into frame from link
-
- Closed
-
- relates to
-
JDK-8139382 [test] Need tests for JDK-8133665
-
- Closed
-
-
JDK-8151391 OutOfMemoryError at com.sun.deploy.uitoolkit.impl.awt.AWTAnimationPanel2.allocateBackBuffer
-
- Closed
-