Bug 5825 - delay refresh when user is interacting with proc-picker
delay refresh when user is interacting with proc-picker
Status: NEW
Product: frysk
Classification: Unclassified
Component: general
unspecified
: P2 normal
: ---
Assigned To: Unassigned
:
Depends on:
Blocks: 3401 5819
  Show dependency treegraph
 
Reported: 2008-03-03 20:06 UTC by Andrew Cagney
Modified: 2008-03-07 16:50 UTC (History)
1 user (show)

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 Andrew Cagney 2008-03-03 20:06:59 UTC
On a busy system (e.g., run make in background) try selecting a process.  The
process table keeps changing before you've a chance to do anything.

The suggesiton is to, if the user is interacting with the window in some way
(scroll, clicking, searching, ...), hold off refreshes for a bit (a bit being
some number of seconds).

That way the user sees a stable view.  If the user leaves things alone then the
refresh again resumes.