Bug 180311 - [Wizards] setNeedsProgressMonitor(false) does not reduce the size of the page
Summary: [Wizards] setNeedsProgressMonitor(false) does not reduce the size of the page
Status: CLOSED DUPLICATE of bug 19462
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2.1   Edit
Hardware: PC Windows XP
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact: Prakash Rangaraj CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-03-30 17:50 EDT by Mihnea Galeteanu CLA
Modified: 2010-06-01 02:27 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 Mihnea Galeteanu CLA 2007-03-30 17:50:07 EDT
If I create a wizard and I setNeedsProgressMonitor(false) then I would expect that the height of the wizard pages would include the size of the progress bar, but in fact it does.

Looking through the code, it looks like we're only changing the visibility of the progressMonitorPart on the WizardDialog when in fact we shouldn't be adding
it at all if the value passed in is false.
Comment 1 Boris Bokowski CLA 2009-11-26 16:19:13 EST
Prakash is now responsible for watching bugs in the [Wizards] component area.
Comment 2 Prakash Rangaraj CLA 2010-06-01 02:27:21 EDT

*** This bug has been marked as a duplicate of bug 19462 ***