-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b61
-
x86
-
windows_2000
-
Verified
Target platform: Windows 2000 Professional with the *.exe package, build: J2SE 6.0-build 57.
It also happens with other platforms (Solaris and Linux).
Problem:
This is NOT a regression. It never works.
Steps to reproduce:
a) Install JDK 6.0 build 57 with the exe package onto the system test
b) Type the following URL on the IE
C:\Program Files\Java\jdk1.6.0\demo\applets\JumpingBox\example1.html
or
C:\Program Files\Java\jdk1.6.0\demo\plugin\applets\JumpingBox\example1.html
Expect result:
- It would be nice to display the heading (ie "JumpingBox") above the horizontal line.
- Note that I checked all applets components (Clock, TicTacToe, ...). They all have the heading before the horizontal line except the "JumpingBox" component.
Actual result:
- There is no heading displayed above the horizontal line.
- Detail log:
There is no <h1> tag when I view the HTML source of JumpingBox\example1.html
===========================================================================
<html>
<head>
<title>Jumping Box v1.1</title>
</head>
<body>
<hr>
<applet code=JumpingBox.class width=500 height=500>
alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
Your browser is completely ignoring the <APPLET> tag!
</applet>
<hr>
<a href="JumpingBox.java">The source</a>.
</body>
</html>
It also happens with other platforms (Solaris and Linux).
Problem:
This is NOT a regression. It never works.
Steps to reproduce:
a) Install JDK 6.0 build 57 with the exe package onto the system test
b) Type the following URL on the IE
C:\Program Files\Java\jdk1.6.0\demo\applets\JumpingBox\example1.html
or
C:\Program Files\Java\jdk1.6.0\demo\plugin\applets\JumpingBox\example1.html
Expect result:
- It would be nice to display the heading (ie "JumpingBox") above the horizontal line.
- Note that I checked all applets components (Clock, TicTacToe, ...). They all have the heading before the horizontal line except the "JumpingBox" component.
Actual result:
- There is no heading displayed above the horizontal line.
- Detail log:
There is no <h1> tag when I view the HTML source of JumpingBox\example1.html
===========================================================================
<html>
<head>
<title>Jumping Box v1.1</title>
</head>
<body>
<hr>
<applet code=JumpingBox.class width=500 height=500>
alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
Your browser is completely ignoring the <APPLET> tag!
</applet>
<hr>
<a href="JumpingBox.java">The source</a>.
</body>
</html>