-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 1.2.0
-
Component/s: client-libs
-
swing1.1
-
generic
-
generic
Name: rm29839 Date: 01/09/98
If I create a JEditorPane using
JEditorPane pane = new JEditorPane(
"myDocument.html#offset");
the text is not positioned at the position
in the HTML file where the anchor is defined:
<A NAME="offset>Here my text should start</A>
Instead the text starts at the top of the file.
(Review ID: 22703)
======================================================================
- relates to
-
JDK-4304676 protected JEditorPane.scrollToReference should be public
-
- Resolved
-