> So the error is there only when there is no edit effect.

That's what I thought. This is due to a bug in TableViewRowEditor. This line in 
the displayMouseHandler instance is causing the problem:
consumed = (getEditEffect() != null);
It should probably be changed to:
consumed = true;
G


Reply via email to