JDK-4158613 : Notepad scrolls viewport to end while loading file
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.1.2
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 1998-07-19
  • Updated: 1999-01-15
  • Resolved: 1999-01-15
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 1.2fcsFixed
Related Reports
Relates :  
Description
Loading a file causes into Notepad causes the viewport to scroll to the
end to keep the caret visible.  While this might be desirable for some
situations, this is not typical behavior for loading files and there is
no apparent way to disable this.

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

EVALUATION The caret position is always updated as a result of modifications to the model. For things like groupware and log displays, this is a good thing. For things like loading a file on a different thread, this is different than what people are used to. This has been changed so that a property called AsynchronousMovement can be set on DefaultCaret to control whether or not updates from threads other than the event thread are allowed to update the caret position. timothy.prinzing@eng 1998-07-18
18-07-1998