Bug 3133 - Main log window stays stationary
Summary: Main log window stays stationary
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 1632
  Show dependency treegraph
 
Reported: 2006-08-25 17:05 UTC by Rick Moseley
Modified: 2006-11-28 16:17 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Moseley 2006-08-25 17:05:39 UTC
When enough events occur to go past the line capacity of the Main Log Window, it
stays on the oldest log event.  I believe the log window should move like a
terminal window, always showing the most current event unless the user moves the
scroll bar backwards to look at historical events.  Then it should stay there
until positioned to the most current event and then should stay "realtime" again.
Comment 1 Phil Muldoon 2006-09-20 21:12:45 UTC
Should update now on every print, and scroll appropriatley.

2006-09-20  Phil Muldoon  <pmuldoon@redhat.com>

	* LogWidget.java (LogWidget): Create TextBuffer once on constructor. 
	Create mark.
	(print): Don't create a new TextBuffer per print. Move endIter to
	mark after print. Scroll to mark after print.
Comment 2 Rick Moseley 2006-11-28 16:17:36 UTC
Confirmed as fixed.