> I suppose the options are > a) never show edit effects - TableViewRowEditor.setEditEffect(null) > b) always show edit effects, even when the editor is already open and > another edit() request repositions it to a new row > c) show the initial open effect, and final close effect, but no others when > repositioning (as you described above) > Given those limited options, having a property to toggle between the > behaviour of b) and c) (when an edit effect has been set) should satisfy > everyones demands.
Right. I'd suggest that we revert to the simpler edit() and implement (c) for now, and revisit (a) and (b) in an update release as needed.
