Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 465916

Summary: WizardDialog: progress monitor not excluded from layout if not needed
Product: [RT] RAP Reporter: Georg Breitschopf <georg.breitschopf>
Component: JFaceAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.3   
Target Milestone: 3.0 M7   
Hardware: PC   
OS: Windows NT   
See Also: https://git.eclipse.org/r/46869
Whiteboard:

Description Georg Breitschopf CLA 2015-04-30 06:37:04 EDT
The progress monitor is not excluded from the wizard dialog layout if it is not needed. Compared to the RCP implementation, the following part is missing in WizardDialog#createDialogArea(Composite parent):

if (!wizard.needsProgressMonitor()) {
	gridData.exclude = true;
}

A fix will be provided via Gerrit.
Comment 1 Ivan Furnadjiev CLA 2015-04-30 07:18:00 EDT
Thanks for the input. Confirmed the missing lines against RCP. Waiting for Gerrit change.
Comment 2 Eclipse Genie CLA 2015-04-30 07:51:41 EDT
New Gerrit change created: https://git.eclipse.org/r/46869
Comment 3 Ivan Furnadjiev CLA 2015-04-30 08:16:22 EDT
Thanks for the Gerrit change. It's merged now.