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 - Remove the stopCellEditing() hack in CreateTableDialog
Summary: Remove the stopCellEditing() hack in CreateTableDialog
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-19 20:13 UTC by Andrei Badea
Modified: 2014-12-22 13:13 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.