| Summary: | [Wizards] WizardDialog behavior in 3.6 is not backward compatible to 3.2 | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Kihup Boo <kboo> |
| Component: | UI | Assignee: | Platform UI Triaged <platform-ui-triaged> |
| Status: | RESOLVED INVALID | QA Contact: | Prakash Rangaraj <prakash> |
| Severity: | major | ||
| Priority: | P3 | CC: | remy.suen |
| Version: | 3.6 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Kihup Boo
Some correction to my report. Actual call needs to be corrected as: IWizardContainer.showPage(IWizardPage) and this call ends up in WizardDialog.showPage(). You can probably temporarily workaround the problem by overriding getCurrentPage() to return a non-null value. I suspect this has been broken since 3.3. Could you please provide some simple code to reproduce the problem? Hi, Thanks for the quick suggested workaround. It works. I will try to write a test code that reproduces this problem and attach it to this bug when I have a chance. Thanks again. (In reply to comment #3) > Thanks for the quick suggested workaround. It works. > I will try to write a test code that reproduces this problem and attach it to > this bug when I have a chance. Please reopen when you have the sample code to reproduce the issue |