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 80653

Summary: Remove the stopCellEditing() hack in CreateTableDialog
Product: db Reporter: Andrei Badea <abadea>
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Andrei Badea 2006-07-19 20:13:29 UTC
In CreateTableDialog (and perhaps in other places too) there is a hack ensuring
that value being edited in a table cell is preserved when OK is pressed. This is
easier to do by setting the table's terminateEditOnFocusLost client property to
true.
Comment 1 Jiri Rechtacek 2009-10-16 14:04:01 UTC
Reassigned to new owner.
Comment 2 matthias42 2014-12-22 13:13:09 UTC
CreateTableDialog does no in-place editing (anymore?). While the code could benefit from some cleanup, the mentioned hack is not visible. Closing as fixed.