Community
Participate
Working Groups
RC1 As the BlockedJobsDialog only opens when the modal shell is done blocking if the shell is not specified it should use getNonModalShell not getDefaultShell Index: BlockedJobsDialog.java =================================================================== RCS file: /home/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java,v retrieving revision 1.26 diff -u -r1.26 BlockedJobsDialog.java --- BlockedJobsDialog.java 27 May 2004 14:54:04 -0000 1.26 +++ BlockedJobsDialog.java 1 Jun 2004 20:29:20 -0000 @@ -232,7 +232,7 @@ private BlockedJobsDialog(Shell parentShell, IProgressMonitor blocking, IStatus blockingStatus) { super(parentShell == null - ? ProgressManagerUtil.getDefaultParent() + ? ProgressManagerUtil.getNonModalShell() : parentShell); blockingMonitor = blocking; if (blockingStatus instanceof IJobStatus)
Fixed in build >20040603
Verified in 20040604