RFR: 8187474: Tree-/TableCell, TreeCell: editingCell/Item not updated in cell.startEdit

Jeanette Winzenburg fastegal at openjdk.java.net
Thu Oct 7 09:33:10 UTC 2021


On Wed, 6 Oct 2021 15:34:14 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:

> 
> > Interesting, I just saw that it worked before because of the TableCellBehavior (edit method). Does this mean this can be removed from the behaviour in future?
> 
> hmm .. the behavior talks directly to the control (not the cell) by invoking control.edit(...) - which might be a problem (or not, didn't look closely yet - left to later when dealing with with big big edit issue ;)

an aside I forgot to mention yesterday: this interference from behavior (triggered by mouseEvents) is one of the major stumbling-blocks in solving the ominous commit-on-focusLost issue - by _cancelling_ an edit.

-------------

PR: https://git.openjdk.java.net/jfx/pull/638


More information about the openjfx-dev mailing list