JDK-4222597 : JEditorKit: tags add extra space
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 1999-03-22
  • Updated: 1999-09-16
  • Resolved: 1999-09-16
Related Reports
Duplicate :  
Description
Anchor specifications create white space in adjacent text unless a <p> tag (or equiv.) intervenes.  The following file can be used to test.

<HTML>
<HEAD>
<TITLE>
Test
</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff">
<a name="lklkj"></a>
&lt;- Extra space
<p>
<a name="lklkj"></a>
<p>
&lt;- no space

</body>
</HTML>

Comments
EVALUATION This is a dup of 4207472, refer to it for more details. scott.violet@eng 1999-09-16
16-09-1999