GNOME Bugzilla – Bug 451875
AttributeError with table cells
Last modified: 2007-06-28 15:35:01 UTC
Steps to reproduce: 1. Select a node of type roleName='table cell' 2. Make sure that node.dump() lists 'toggle' and 'active' actions 3. node.toggle() - AttributeError Stack trace: Other information: Output from a test program: ------------------------- Node roleName='table cell' name='' description='' toggle activate ERROR performing action ------------------------- Either node.dump() lists actions incorrectly either .toggle() is something wrong.
Created attachment 90801 [details] Test program provides: * XML file created with Glade * python file to create the GUI and add some cells * Dogtail testcase (which produces the show output)
Actions are executed using node.doAction(name); e.g. node.doAction('toggle'). The existing node.click() is just a shortcut for this, and will likely have its behavior changed at some point.