GNOME Bugzilla – Bug 781557
Inserting/removing rows/columns in tables don't work
Last modified: 2017-04-21 08:39:05 UTC
All context menu operations related to tables are no-op - it's only possible to edit table contents. Insert table button (which opens wizard to insert new table) works.
Thanks for a bug report. I can confirm it. It didn't do anything in the UI, but evolution console contained a runtime warning for each function about not being able to locate current table cell. Once fixed, it works as expected (with one change for "insert column before", which inserted column "before before" current cell, not just before). Created commit d98201b in evo master (3.25.1+) Created commit c09fec1 in evo gnome-3-24 (3.24.2+)