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 194410 - Exception-notifier steals focus from report sender form
Summary: Exception-notifier steals focus from report sender form
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: FOCUS
Depends on:
Blocks:
 
Reported: 2011-01-17 10:32 UTC by kidnapper
Modified: 2015-07-10 15:46 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 kidnapper 2011-01-17 10:32:27 UTC
With NetBeans 7.0 beta it looks like if you have a ~endless loop causing an exception for you, then when you click on the report the problem button, the new window is showing up, but the next exception will steal the focus from the reporter window... This makes really hard to send a report with a decent message. The report sender window should own the focus, while sending report, so subsequent exceptions won't steal the focus from it.
Comment 1 Tomas Danek 2011-01-19 12:12:33 UTC
well, this is not related only to 7.0 beta, it works like this for ages. Problem is that it's a feature of NetBeans dialogs API that each time dialog is displayed, it gains focus. The only possibility is to do some dirty workarounds in exception reporter window.