-
Bug
-
Resolution: Fixed
-
P3
-
1.1.2, 1.2.0
-
swing1.1
-
generic
-
generic
TD Align=center / colspan=N don't work. 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 colspan=3 align=center>Foo
</tr>
<tr>
<td>one long long 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 colspan=3 align=center>Foo
</tr>
<tr>
<td>one long long A
<td>two A
<td>three A
</tr>
<tr>
<td>one B
<td>two B
<td>three B
</tr>
</table>
</body>
</html>
- duplicates
-
JDK-4141809 html table cells are ignoring the alignment attributes
-
- Closed
-