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 75953 - AtkObject::accessible_table_caption
AtkObject::accessible_table_caption
Status: RESOLVED DUPLICATE of bug 74814
Product: atk
Classification: Platform
Component: atk
1.0.x
Other All
: Normal normal
: ---
Assigned To: padraig.obriain
padraig.obriain
Depends on:
Blocks:
 
 
Reported: 2002-03-22 17:39 UTC by Damon Chaplin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Damon Chaplin 2002-03-22 17:39:14 UTC
The AtkObject::accessible_table_caption probably doesn't work at present.

The ATK property is broken at the moment, as AtkObject says it is a string
but GailTreeView etc. expect an AtkObject.

I don't know how we should handle this. Maybe Gail will be changed so
the string property works, then we won't have to do anything.
Comment 1 James Henstridge 2002-03-23 07:11:31 UTC
Reassigning to ATK.  This property is registered as a string in
atk/atkobject.c, and libglade is simply making use of that info. 
Either AtkObject is broken, or the Gail accessible implementations are
broken.
Comment 2 padraig.obriain 2002-03-25 17:48:30 UTC
The definition in AtkObject is wrong.

I would like to correct it but does the API freeze prevent me?
Comment 3 James Henstridge 2002-03-26 00:17:00 UTC
Definitely email gtk-devel-list about this.

I would probably say it is okay, as we have an obvious bug and not
many (any?) apps would be using this, but don't quote me on it :)
Comment 4 padraig.obriain 2003-01-15 11:11:14 UTC
I amclosing this bug as a duplicate of bug 74814 as both bugs complain
about a problem with AtkObject::accessible_table_caption
Comment 5 padraig.obriain 2003-01-15 11:12:19 UTC

*** This bug has been marked as a duplicate of 74814 ***