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 73992

Summary: Error dialog shouldn't steal keyboard focus
Product: platform Reporter: _ gtzabari <gtzabari>
Component: Dialogs&WizardsAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: FOCUS
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description _ gtzabari 2006-03-25 17:23:52 UTC
Some releases have annoying bugs that keep on poping up exceptions every couple
of seconds. They make the build unusable. I propose we make one slight change in
the behavior of the exception reporting dialog:

1) If the dialog is being created for the first time (i.e. it didn't already
exist holding other exceptions) then create a new Dialog and request focus. This
is the current behavior.

2) If the dialog already exists holding other exceptions it should add the
exception to the dialog but not request focus. This way the user keep on doing
his work without the keyboard focus being stolen.
Comment 1 Max Sauer 2006-04-05 12:07:58 UTC
Component > Core. Please reassign if necessary.
Comment 2 Jiri Rechtacek 2007-10-04 17:40:08 UTC
Exception Dialog is not shown for users in production builds (NetBeans FCS).
Comment 3 Lukas Hasik 2008-04-10 21:22:05 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 4 Jiri Rechtacek 2008-11-21 16:06:00 UTC
Not in plans in long time, probably too risky but worthless to fix it.
Comment 5 _ gtzabari 2008-11-21 17:59:23 UTC
In case anyone else runs into this issue, it is sufficient to remove -J-ea from netbeans.conf to work around this problem.