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 - Only one Fix Imports operation should be allowed
Summary: Only one Fix Imports operation should be allowed
Status: RESOLVED DUPLICATE of bug 71891
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-27 13:46 UTC by _ gtzabari
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***