After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 415705 - Various Gtk Table header or row[0] problems
Various Gtk Table header or row[0] problems
Status: RESOLVED OBSOLETE
Product: atk
Classification: Platform
Component: gail
unspecified
Other Linux
: High normal
: ---
Assigned To: Yi Jin
Li Yuan
Depends on:
Blocks: 325809 346685 346699
 
 
Reported: 2007-03-07 13:46 UTC by George Kraft IV
Modified: 2008-03-25 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description George Kraft IV 2007-03-07 13:46:51 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.
Comment 1 Li Yuan 2008-03-20 09:03:35 UTC
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.