Bug 65182 - [Progress] No progress shown when searching for JUnit test class
Summary: [Progress] No progress shown when searching for JUnit test class
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: 3.0 RC2   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on: 64937
Blocks:
  Show dependency tree
 
Reported: 2004-06-01 17:19 EDT by Stefan Xenos CLA
Modified: 2004-06-11 04:23 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Xenos CLA 2004-06-01 17:19:18 EDT
I200405290105

Run->Run...->JUnit Plug-in Test->New->Run a single test

Select a project with a lot of tests (like org.eclipse.ui.tests)
Click Search...

A busy cursor appears for about 10 seconds, but no progress dialog is shown
(usability issue).

Here's the weird part: if you close the Run dialog while the busy cursor is
showing, the missing progress dialog opens.
Comment 1 Tod Creasey CLA 2004-06-02 09:19:27 EDT
This is because we do not open a progress dialog if there is already a modal 
dialog open.

Erich is this one of the busyCursorWhile cases we have been discussing?
Comment 2 Erich Gamma CLA 2004-06-02 09:32:28 EDT
correct this is one of those cases.
Comment 3 Stefan Xenos CLA 2004-06-02 09:57:33 EDT
IMHO, we should always show the progress dialog, even if there is a modal dialog
open. I can't think of an example where the same progress meter would be
interesting to me while the workbench had focus but wouldn't be interesting
while a dialog has focus.
Comment 4 Erich Gamma CLA 2004-06-03 06:22:31 EDT
In this particular case it is better to use the runnable context of the 
launching dialog instead of showing another progress dialog.

adopting the bug
Comment 5 Erich Gamma CLA 2004-06-03 06:34:24 EDT
fix released
Comment 6 Erich Gamma CLA 2004-06-03 06:40:29 EDT
.
Comment 7 Dirk Baeumer CLA 2004-06-11 03:59:17 EDT
start verifying
Comment 8 Dirk Baeumer CLA 2004-06-11 04:23:23 EDT
Verified by Danny Dig. Works fine now.