### Eclipse Workspace Patch 1.0 #P org.jboss.tools.vpe.browsersim Index: src/org/jboss/tools/vpe/browsersim/ui/CustomMessageBox.java =================================================================== --- src/org/jboss/tools/vpe/browsersim/ui/CustomMessageBox.java (revision 41070) +++ src/org/jboss/tools/vpe/browsersim/ui/CustomMessageBox.java (working copy) @@ -48,7 +48,7 @@ } protected void createWidgets() { - shell = new Shell(getParent(), SWT.DIALOG_TRIM); + shell = new Shell(getParent(), SWT.APPLICATION_MODAL | SWT.DIALOG_TRIM); GridLayout shellLayout = new GridLayout(1, true); shellLayout.marginHeight = 0; shellLayout.marginWidth = 0;