Community
Participate
Working Groups
1. Open the 'XPath' view. 2. Ctrl+F10 > Edit Namespace Prefixes 3. If you click the 'Add...' button and then hit ESC, the focus is on the workbench window instead of the dialog window. CommonEditNamespacesDialog's invokeDialog(*) and performNew() methods are bad. I suggest parenting off your own shell or getting a modal shell provider from IWorkbench's getModalDialogShellProvider() method.
Thanks, Remy. Fixed it so the original dialog's shell is used for both invokeDialog() and performNew().