GNOME Bugzilla – Bug 75953
AtkObject::accessible_table_caption
Last modified: 2004-12-22 21:47:04 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.
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.
The definition in AtkObject is wrong. I would like to correct it but does the API freeze prevent me?
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 :)
I amclosing this bug as a duplicate of bug 74814 as both bugs complain about a problem with AtkObject::accessible_table_caption
*** This bug has been marked as a duplicate of 74814 ***