Community
Participate
Working Groups
Created attachment 178617 [details] Shows the overlap of the wizard and file dialog Open a snapshot, then while it is loading click on the open heap dump menu item again. The 'Open Snapshot' file dialog appears, then the dump finishes loading, and the 'Getting Started Wizard' appears on top of the file dialog. The only button enabled is cancel, but this doesn't work. The only thing to do is to select the file dialog and dismiss it, then deal with the 'Getting Started Wizard'.
It is hard to work out exactly what is wrong - the FileDialog doesn't seem like a usual Shell, but one difference seems to be that when the file dialog is active then the main Memory Analyzer shell has focus, but not when just the wizard is about to appear. I can avoid the problem using: dialog.setBlockOnOpen(getSite().getShell().isFocusControl()); so block on open is set when the file dialog is around, but I don't know why this works.
Try this fix in HeapEditor.java
Now fixed.