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 326536 - Enhance Accessibility::Table
Enhance Accessibility::Table
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: api
0.0.1
Other All
: Normal enhancement
: ---
Assigned To: Ariel Rios
bill.haneman
Depends on:
Blocks: 318223
 
 
Reported: 2006-01-10 22:11 UTC by George Kraft IV
Modified: 2006-07-19 10:23 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Cspi binding for function implemented. (3.78 KB, patch)
2006-06-19 21:01 UTC, Ariel Rios
none Details | Review
libspi implementation of missing table function. (1.83 KB, patch)
2006-06-19 21:02 UTC, Ariel Rios
none Details | Review
patch to provide new Table method in cspi, libspi, IDL. Changelog entry. (10.14 KB, patch)
2006-07-12 14:58 UTC, bill.haneman
committed Details | Review

Description George Kraft IV 2006-01-10 22:11:58 UTC
Enhance Accessibility::Table  per
http://gnome.org/%7Ebillh/at-spi-new-idl/html/html/

area: atk bridge

Convenience functions to get row and column extents.

Target Gnome 2.16 by the end of July 2006.
Comment 1 bill.haneman 2006-06-09 16:58:25 UTC
filing against api for now.
Comment 2 bill.haneman 2006-06-16 14:44:02 UTC
I think this covers only one new proposed method, 

getRowColumnExtentsAtIndex

the other 'extents' APIs are already implemented and present.

Ariel, would you like to take this one?

Bill
Comment 3 Ariel Rios 2006-06-16 14:49:12 UTC
Yes. I started to look briefly at it yesterday.
Comment 4 Ariel Rios 2006-06-19 21:01:15 UTC
Created attachment 67652 [details] [review]
Cspi binding for function implemented.
Comment 5 Ariel Rios 2006-06-19 21:02:49 UTC
Created attachment 67654 [details] [review]
libspi implementation of missing table function.
Comment 6 Ariel Rios 2006-06-19 21:04:47 UTC
I have submitted patches for this bug on the two previous comments. 
It implements  boolean getRowColumnExtentsAtIndex (in long index, out long row,
                                       out long col,
                                       out long row_extents,
                                       out long col_extents,
                                       out boolean is_selected);
I put the above on the idl but prolly Bill might want to put it there himself.
Also spi.h includes the changes from document of the other bug. 
Any comments Bill?

ariel
Comment 7 George Kraft IV 2006-06-28 15:45:49 UTC
What is the status regarding the code commit?
Comment 8 bill.haneman 2006-07-12 14:58:58 UTC
Created attachment 68822 [details] [review]
patch to provide new Table method in cspi, libspi, IDL. Changelog entry.