Hi,
Some time ago a change was made to ubiquo so the rows of the standard list shared view are edited by clicking on the row, and the deletion is done via click on an additional "X" icon drawn into the right of the column. However, in some cases this behavior is not desired or doesn't work as expected. One of those cases is, for example, in the ubiquo_menus plugin. Because some views render more than one table, the javascript doesn't work correctly with all the tables, and only on the last one. Also, when using models that use the drag'n'drop feature to reorder the elements, the edit click and the drag click are some times confused.
To solve this, I was thinking about adding an option to the standard view list file, true by default, that enabled the old behavior when is set to false. This way, we can impose the view to behave in the old way.
Do you think it's a change worth doing? If so, I'll provide a patch soon.