Bug 486569

Summary: Warning: Could not cast UiaAtkBridge.TreeItem to ParentAdapter
Product: [Mono] UI Automation Reporter: Brian Merrell <bgmerrell>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Minor    
Priority: P4 - Low    
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.0   
Whiteboard:
Found By: Integration Test Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Brian Merrell 2009-03-18 19:25:54 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.