JTable editor cancels changes on column resize

When editing a cell in JTable the new cell value is getting lost if the user changes the column width before leaving the editing cell.

It抯 not right. The changes should be posted before quitting from the edit mode on column resize.

JTable.removeEditor() should always post unsaved changes except on Cancel editing (when Esc pressed)

[351 byte] By [dumchikova] at [2007-10-2 1:20:25]
# 1
table.putClientProperty("terminateEditOnFocusLost", Boolean.TRUE);
camickra at 2007-7-15 18:41:53 > top of Java-index,Desktop,Core GUI APIs...
# 2
does not work on column resize. the changes are still getting lost on column resize.
dumchikova at 2007-7-15 18:41:53 > top of Java-index,Desktop,Core GUI APIs...