-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.0
-
sparc
-
solaris_2.6
The NOSHADE attribute is ignored by JEditorPane for the <HR> tag.
Here is a sample file:
<html>
<head>
<title>Dividers3</title>
</head>
<body>
<h2>Horizontal Rule (Solid Line Test)</h2><br>
<P>Solid line
<HR ALIGN="LEFT" NOSHADE>
</P><br>
<P>Cutout line(3D) - Default
<HR ALIGN="LEFT">
</P>
</body>
</html>
In JEditorPane, both lines appear the same.
edmund.lou@eng 1999-10-19
Here is a sample file:
<html>
<head>
<title>Dividers3</title>
</head>
<body>
<h2>Horizontal Rule (Solid Line Test)</h2><br>
<P>Solid line
<HR ALIGN="LEFT" NOSHADE>
</P><br>
<P>Cutout line(3D) - Default
<HR ALIGN="LEFT">
</P>
</body>
</html>
In JEditorPane, both lines appear the same.
edmund.lou@eng 1999-10-19
- duplicates
-
JDK-4321100 <HR> tag ignores "noshade" attribute
-
- Resolved
-