Bugzilla – Bug 486569
Warning: Could not cast UiaAtkBridge.TreeItem to ParentAdapter
Last modified: 2009-04-14 19:33:42 UTC
PROBLEM STATEMENT When opening the listview_smallimage.py sample application, the following warning is printed several times: AutomationBridge: Could not cast UiaAtkBridge.TreeItem to ParentAdapter REPRO 1. Open a terminal and run uia2atk/test/samples/listview_smallimage.py RESULTS a11y@suse32v0:~/code/uia2atk/test/samples> ./listview_smallimage.py [Warn 12:57:17.361] AutomationBridge: Could not cast UiaAtkBridge.TreeItem to ParentAdapter [Warn 12:57:17.373] AutomationBridge: Could not cast UiaAtkBridge.TreeItem to ParentAdapter [Warn 12:57:17.387] AutomationBridge: Could not cast UiaAtkBridge.TreeItem to ParentAdapter [Warn 12:57:17.397] AutomationBridge: Could not cast UiaAtkBridge.TreeItem to ParentAdapter [Warn 12:57:17.430] AutomationBridge: Could not cast UiaAtkBridge.TreeItem to ParentAdapter [Warn 12:57:17.438] AutomationBridge: Could not cast UiaAtkBridge.TreeItem to ParentAdapter EXPECTED RESULTS I would expect no such warning to be printed COMMENTS This could very well be a valid warning, logging this bug in case it is not.