GNOME Bugzilla – Bug 574724
Dogtail trackback when accessing table cell
Last modified: 2011-02-07 06:09:51 UTC
Please describe the problem: Access a table cell via dogtail, got traceback Steps to reproduce: there is a table, which consists three lines, each line has three table cells. to activate one table cell via dogtail, got following trackback: Traceback (most recent call last):
+ Trace 213315
self.ipsgui.modRepo()
activate(dlgManageRepositories.child(self, 'desktop', roleName='table cell'))
return self.findChild (predicate.GenericPredicate(name = name, roleName = roleName, description= description, label = label), recursive = recursive, debugName=debugName)
self.name = TranslatableString(name)
untranslatedString = safeDecode(untranslatedString)
string = string.decode('utf-8')
else: raise AttributeError, attr
Actual results: Expected results: the line of the table should be activated when the table cell is activated. Does this happen every time? yes Other information:
dogtail development has been stalled and it has been unmaintained for a few years now. Maintainers don't have future development plan so i am closing bugs as WONTFIX. Please feel free to reopen the bugs in future if anyone takes the responsibility for active development.