-
Bug
-
Resolution: Fixed
-
P2
-
cinnabar, cinnabar_13, 1.1
-
b32
-
x86, sparc
-
linux, linux_suse_slec, solaris_2.6
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2124360 | 5.0u4 | Igor Kushnirskiy | P2 | Resolved | Fixed | b03 |
- Named anchors cause a space to be added at the beginning of
the text object that follows them.
This one has a workaround. Simply add a <p> tag
directly after the anchor. For example:
<a name="13507"></a><p>
it doesn't add any space, but cleans up from the anchor tag.
==========================
The suggested fix does not work. Also it not only adds a space, it also adds a newline so the spacing of lines is incorrect as well. See 6219503.
###@###.### 2005-1-24 11:57:45 GMT
the text object that follows them.
This one has a workaround. Simply add a <p> tag
directly after the anchor. For example:
<a name="13507"></a><p>
it doesn't add any space, but cleans up from the anchor tag.
==========================
The suggested fix does not work. Also it not only adds a space, it also adds a newline so the spacing of lines is incorrect as well. See 6219503.
###@###.### 2005-1-24 11:57:45 GMT
- backported by
-
JDK-2124360 Space added after named anchors
-
- Resolved
-
- duplicates
-
JDK-5075895 Spaces placed at locations of indexterms
-
- Closed
-
-
JDK-4207471 Named anchors as first item in a list
-
- Closed
-
-
JDK-4222597 JEditorKit: <a> tags add extra space
-
- Closed
-
- relates to
-
JDK-4855860 JTextPane returns too large preferredSize in some specific cases
-
- Resolved
-