-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
1.2fcs
-
generic, x86
-
generic, windows_nt
-
Not verified
The border for a TABLE gets rendered very poorly. This is on a build somewhat ahead of 1.2b4-G.
Test with the HTML content. I've tested it on Solaris JDk1.2 & on win32 using JDK 1.1.6.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Border Bug</title>
</head>
<body>
<h1>Border Bug</h1>
<table border>
<tr>
<td>one A
<td>two A
<td>three A
</tr>
<tr>
<td>one B
<td>two B
<td>three B
</tr>
</table>
</body>
</html>
Test with the HTML content. I've tested it on Solaris JDk1.2 & on win32 using JDK 1.1.6.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Border Bug</title>
</head>
<body>
<h1>Border Bug</h1>
<table border>
<tr>
<td>one A
<td>two A
<td>three A
</tr>
<tr>
<td>one B
<td>two B
<td>three B
</tr>
</table>
</body>
</html>
- duplicates
-
JDK-4152051 JDK1.2Beta4-J: Omitting BORDER Html tag doesn't work
-
- Closed
-