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 7882

Summary: New Class Wizard > Add Field Panel has blinking cursor in non-active field
Product: java Reporter: jhoffman <jhoffman>
Component: UnsupportedAssignee: issues@platform <issues>
Status: CLOSED WONTFIX    
Severity: normal CC: asunhachawee, mvenkatraman
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description jhoffman 2000-10-11 23:58:38 UTC
The Add Field panel of the New Class wizard has a blinking cursor in the Initial
Value field (after the "add" button is pressed) even though focus is on the
field name entry field.

The Initial Value field should not have this cursor unless it is in focus.
Comment 1 pzajac 2000-12-06 18:55:59 UTC
This bug can be bug of java module because is used java class wizard.
[stable3.1-22] + [linux]
Comment 2 Svata Dedic 2000-12-13 16:19:59 UTC
It is a Swing bug. The focus is explicitly transferred to the name field, but
the cursor continues to be visible in the initial value editor.
Comment 3 Svata Dedic 2001-01-17 15:56:59 UTC
These problems need to be fixed by the window system implementation, if possible
at all.
Comment 4 Quality Engineering 2003-07-01 13:11:57 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2003-07-01 13:15:58 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 6 Quality Engineering 2007-09-20 09:45:25 UTC
Reorganization of java component