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 - Editor retains keyboard focus after opening AutoComment in desktop
Summary: Editor retains keyboard focus after opening AutoComment in desktop
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: FOCUS
Depends on:
Blocks:
 
Reported: 2003-06-15 12:05 UTC by _ tboudreau
Modified: 2003-12-11 14:11 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 _ 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).