Bug 1865

Summary: [Dialogs] ProgressDialog should only appear after some timeout (1G7PQHO)
Product: [Eclipse Project] Platform Reporter: Erich Gamma <erich_gamma>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: major    
Priority: P4 Keywords: investigate
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows NT   
Whiteboard:

Description Erich Gamma CLA 2001-10-10 22:21:02 EDT
EG (1/17/01 9:38:33 PM)
	The only way to get application modal operation with progress is to
	show the progress dialog. The Java plugin has many application
	modal operations that are potentially long running, but typically aren't.
	As a consequence the ProgressDialog is flushing.
	The fix is to only make the ProgressDialog appear after some timeout.

NOTES:
Comment 1 Lynne Kues CLA 2002-04-29 12:55:33 EDT
Defer
Comment 2 Randy Giffen CLA 2002-08-01 10:18:59 EDT
Note that VCM did some work in this area but abandoned it due to problems. I 
believe search has also done some work in this area.

See also Bug 2229
Comment 3 Lynne Kues CLA 2002-09-03 16:20:00 EDT
I think Adam should be looking into this PR based on his work on [Bug 2229].
Comment 4 Kevin Haaland CLA 2003-02-07 14:49:56 EST
There are no plans for the UI team to work on this defect report until higher 
priority items are addressed.  
Comment 5 Tod Creasey CLA 2004-10-22 15:29:46 EDT
This behaviour now exists in the 3.0 progress report