javihernandez / accerciser-mirror

Accerciser's personal mirror
http://live.gnome.org/Accerciser
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Clicking a table cell widget with no children raises an error #9

Open alibezz opened 13 years ago

alibezz commented 13 years ago

When clicking a table cell widget with 0 children, I got the following Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/accerciser/plugin/base_plugin.py", line 158, in call return self.func(_args, *_kwargs) File "/usr/local/share/accerciser/plugins/interface_view.py", line 137, in onAccChanged section_obj.enable(acc) File "/usr/local/share/accerciser/plugins/interface_view.py", line 192, in enable self.populateUI(acc) File "/usr/local/share/accerciser/plugins/interface_view.py", line 337, in populateUI self.child_count_label.set_text(str(acc.childCount)) File "/usr/lib/python2.7/site-packages/pyatspi/Accessibility.py", line 162, in Atspi.Accessible.childCount = property(fget=lambda x: exwrap(Atspi.Accessible.get_child_count, x)) File "/usr/lib/python2.7/site-packages/pyatspi/Accessibility.py", line 149, in exwrap raise LookupError LookupError

Accerciser's branch: "pygtk-pygi-conversion-3.0"