JDK-4304676 : protected JEditorPane.scrollToReference should be public
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2000-01-14
  • Updated: 2000-03-09
  • Resolved: 2000-03-09
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.4.0 betaFixed
Related Reports
Relates :  
Relates :  
Description

Name: skT88420			Date: 01/13/2000


java -version "1.2.2"
Classic VM <build JDK-1.2.2-W, native threads, symcjit>

scrollToReference is declared protected in JEditorPane
making somewhat hard to set current position to an html anchor (a "reference")
If JEditorPane content has not been set with an URL but a String.

Moreover, JEditorPane.scrollToReference implementation actually no requires
special privileges (All it does may be accomplish by an external class)
(Review ID: 99376) 
======================================================================

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

WORK AROUND Name: skT88420 Date: 01/13/2000 Moreover, JEditorPane.scrollToReference implementation actually requires no special privileges (All it does may be accomplish by an external class) ======================================================================
11-06-2004

EVALUATION Changed to public. timothy.prinzing@eng 2000-03-02
02-03-2000