This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 71930

Summary: Only one Fix Imports operation should be allowed
Product: editor Reporter: _ gtzabari <gtzabari>
Component: -- Other --Assignee: Daniel Prusa <dprusa>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ gtzabari 2006-01-27 13:46:44 UTC
dev build 200601231900

If Fix Imports is invoked many times quickly then what happens is that multiple
identical dialogs pop up in modal mode and the one that has the focus is blocked
by one that does not. This, in turn, makes it impossible to close the modal
dialog. The only option is to shut down or kill the IDE.

I propose we modify the behavior of Fix Imports so only one instance may pop up
at a time (if Fix Imports is requested a second time before the 1st instance has
come up, it will be ignored).

And as a related question, is there a way to generally solve the problem of
modal windows behind one another?
Comment 1 Jiri Prox 2006-03-14 10:05:22 UTC
IMHO it is the same problem as 71891

*** This issue has been marked as a duplicate of 71891 ***