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 34397

Summary: Editor retains keyboard focus after opening AutoComment in desktop
Product: java Reporter: _ tboudreau <tboudreau>
Component: JavadocAssignee: issues@java <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker Keywords: FOCUS
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ tboudreau 2003-06-15 12:05:48 UTC
Open a Java source
Right click in the editor
Choose Auto Comment from the context menu
 - The Auto Comment window appears maximized in
the desktop 
   area.  Do not click anything.
Type some characters.
Close the auto comment window.
The editor now displays the text typed.
Comment 1 _ tboudreau 2003-06-15 12:07:03 UTC
Adding focus keyword.  May be a winsys issue - see if it's
solvable there before fixing this by adding a call to
requestFocus() in addNotify() or something - the winsys 
should do it correctly.
Comment 2 Vitezslav Stejskal 2003-08-22 14:13:12 UTC
It seems to work ok (w2k, jdk 1.4.2, Nb 3.5).