GNOME Bugzilla – Bug 751008
JNI: jaw_table_add_column_selection is missing.
Last modified: 2015-06-16 17:00:45 UTC
The AtkTable interface has a add_column_selection pointer which is not made use of in the wrapper.[1] There isn't a "direct translation" for add_row_selection in AccessibleTable.[2] [1] https://git.gnome.org/browse/atk/tree/atk/atktable.h#n102 [2] http://docs.oracle.com/javase/7/docs/api/javax/accessibility/AccessibleSelection.html
Created attachment 305328 [details] [review] Patch to address problem