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 574724 - Dogtail trackback when accessing table cell
Dogtail trackback when accessing table cell
Status: RESOLVED WONTFIX
Product: dogtail
Classification: Deprecated
Component: Framework
unspecified
Other All
: Normal major
: ---
Assigned To: Dogtail Maintainers
Dogtail Maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2009-03-10 08:36 UTC by conny
Modified: 2011-02-07 06:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description conny 2009-03-10 08:36:23 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):
  • File "./test_ipsgui_ssl.py", line 52 in testopenRepo
    self.ipsgui.modRepo()
  • File "./test_ipsgui_ssl.py", line 37 in modRepo
    activate(dlgManageRepositories.child(self, 'desktop', roleName='table cell'))
  • File "/usr/lib/python2.4/vendor-packages/dogtail/tree.py", line 926 in child
    return self.findChild (predicate.GenericPredicate(name = name, roleName = roleName, description= description, label = label), recursive = recursive, debugName=debugName)
  • File "/usr/lib/python2.4/vendor-packages/dogtail/predicate.py", line 113 in __init__
    self.name = TranslatableString(name)
  • File "/usr/lib/python2.4/vendor-packages/dogtail/i18n.py", line 129 in __init__
    untranslatedString = safeDecode(untranslatedString)
  • File "/usr/lib/python2.4/vendor-packages/dogtail/i18n.py", line 22 in safeDecode
    string = string.decode('utf-8')
  • File "/usr/lib/python2.4/vendor-packages/dogtail/tree.py", line 558 in __getattr__
    else: raise AttributeError, attr
AttributeError: decode




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:
Comment 1 Fabio Durán Verdugo 2011-02-07 06:09:51 UTC
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.