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 133665

Summary: [Encapsulate fields] miss text cursor in Encapsulate Fields window
Product: java Reporter: stroja1 <stroja1>
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: juhrik
Priority: P3 Keywords: A11Y
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/TS_60_Refactoring
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot attached

Description stroja1 2008-04-22 14:02:31 UTC
By editing Getter or Setter name in Encapsulate Fields window miss text cursor.
Comment 1 Jaromir Uhrik 2008-05-12 09:51:50 UTC
Editing of a cell in columns Create Getter and Create Setter is difficult because the cursor is not visible while editing the field.
Steps to reproduce:
-In editor select a field and invoke popup menu Refactor|Encapsulate Fields
-Push Tab
-Push down arrow
-Push right arrow followed by spacebar
-Push right arrow followed by spacebar
-->> Cursor is not visible and it is hard to orientate in the cell editor - see attached screenshot. The cursor is visible when the cell editor is accessed by 
mouse.
Comment 2 Jaromir Uhrik 2008-05-12 09:52:51 UTC
Created attachment 61240 [details]
Screenshot attached
Comment 3 Jiri Prox 2008-05-13 09:29:12 UTC
Probably mac specific, I can reproduce it on Mac but not on Ubuntu
Comment 4 Jan Pokorsky 2008-05-15 18:03:12 UTC
I can reproduce even with GTK L&F on Ubuntu. In case you click on cell with mouse then it works as expected. I will take
a look at it.
Comment 5 Jan Becicka 2010-10-11 11:41:24 UTC
works for me on GTK look and feel. Please reopen if still reproducible with latest JDK and IDE. Thanks