Community
Participate
Working Groups
Hi all, in version 2.x an IPreferencePage was able to veto against closing the Dialog by returning false from page.performOk(). (To prevent problems when facing an inconsistent state) In 3.0 implementation the loop over the pages is contained in a try/catch/finally. The finally block contains invocation of close(). Within the loop there is the statement: if (!page.performOk())return; This means whenever a page tries to veto against closing the Dialog all pending pages will be closed without a call to performOK() and the Dialog is closed. Best regards Eckart
*** This bug has been marked as a duplicate of 75988 ***