Bug 1865 - [Dialogs] ProgressDialog should only appear after some timeout (1G7PQHO)
Summary: [Dialogs] ProgressDialog should only appear after some timeout (1G7PQHO)
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P4 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2001-10-10 22:21 EDT by Erich Gamma CLA
Modified: 2004-10-22 15:29 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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