Bug 486569 - Warning: Could not cast UiaAtkBridge.TreeItem to ParentAdapter
Summary: Warning: Could not cast UiaAtkBridge.TreeItem to ParentAdapter
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.0
: P4 - Low : Minor
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 19:25 UTC by Brian Merrell
Modified: 2009-04-14 19:33 UTC (History)
0 users

See Also:
Found By: Integration Test
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.