Community
Participate
Working Groups
Build Identifier: I20101208-1300 When using custom IModelCellEditor which don't use the IModelCellEditHandler#commit() method, we cannot close the cell. It would be useful to have either a #close() method in org.eclipse.emf.facet.widgets.celleditors.IModelCellEditHandler, or an access to the org.eclipse.jface.viewers.CellEditor instance (For example by adding a parameter to IModelCellEditor#activateCell()) The reason why we don't use IModelCellEditHandler#commit() is that we use a different method to validate modifications, which would be redundant with #commit(). Reproducible: Always
Hi Camille, I do not understand the problem here. Could you please attached to this bug an example of custom cell editor ? It seems to me that if you do not use the IModelCellEditHandler#commit() method, then you just have to implement a close() method in your own code. Our cellEditor composites use org.eclipse.emf.facet.widgets.celleditors.AbstractCellEditorComposite.close() Regards, Nicolas
Resolved