Actions
Bug #3076
closedNeed to hit 'Return" key to enter a Criteria in QueryBuilder
Start date:
01/18/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3076
Description
You must hit the return key to force an entry in the Criteria column of the QueryBuilder. If you just enter the criteria value and click 'OK' the QueryBuilder ignores the text in the Criteria column. Ideally, if there is data in the column, losing focus should have the same effect as hitting the return key (i.e. the OK button action should capture any data in the table.)
Updated by Jing Tao almost 17 years ago
This bug is duplicate to bug 3077.
In the OKAction.actionPeformed method in QBApp.java, a TableCellEditor.stopCellEditing was added and bug was fixed.
Actions