JDK-4144240 : JEditorPane doesn't handle URL anchors ( references )
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_95
  • CPU: x86
  • Submitted: 1998-06-01
  • Updated: 1998-06-01
  • Resolved: 1998-06-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.2.0 swing1.1Fixed
Related Reports
Relates :  
Description

Name: el35337			Date: 05/31/98


URLs that link to anchors ( references ) within an html document do not display properly.  The pages load but are not scrolled to the anchor point.

This can be tested by loading any URL with internal links into the SwingSet HTML example (simply rename your file to the one opened by default in the Swingset example).  
Clicking on any link to an internal anchor will simply reload the document.
(Review ID: 32726)
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: generic FIXED IN: swing1.1 INTEGRATED IN: swing1.1
14-06-2004

EVALUATION This was fairly recently fixed. There is a protected method called scrollToReference that does the actual scrolling of the view. There was also a fix to the reader so that it would include named anchors without any associated text. timothy.prinzing@eng 1998-06-01
01-06-1998