Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] CellEditor's don't commit on Focus lost


The fact that nothing happens when a CellEditor loses focus is a real problem.  One solution to this problem without changing the interface would be to require that CellEditors fire applyEditorValue() when that CellEditor's Control loses focus.

Some applications have worked around this problem by looking for the CellEditor's control to lose focus.  This would be ideal because it would work for all CellEditor's without change.  However, I don't think this works if the CellEditor is a composite with many Controls, and in some cases a Dialog.

Back to the top