GNOME Bugzilla – Bug 415705
Various Gtk Table header or row[0] problems
Last modified: 2008-03-25 19:13:31 UTC
1) When calling getAccessibleAtPoint on a table with column headers, all results are shifted down by the column header height. See bug 325809. 2) When swapping rows within a table, the cells' accessible info (name/description) is placed incorrectly. Instead of being reassigned to the new indices, it is placed at table row[0] regardless of actual index (successfully skipping table headers, but to wrong index). See bug 346685. 3) When removing a row from a GTK Table, the 0th row is removed from the AT-SPI representation, regardless of the actual row number. See bug 346699.
Since now bug 325809 is the only open bug (other two are closed as invalid), I am close this bug and track bug 325809 directly.