Bug 554208

Summary: When running the UIAutomationClientTests a UiaAtkbridge.SpinnerWithValue warning is thrown
Product: [Mono] UI Automation Reporter: Stephen Shaw <sshaw>
Component: Winforms - ATKAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Minor    
Priority: P4 - Low    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stephen Shaw 2009-11-10 16:57:45 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.238.0 Safari/532.4

During the test run UiaAtkBridge.SpinnerWithValue warning is thrown several times.  It is the same warning each time:

Warning:
[Warn 23:02:25.919] AutomationBridge: Could not cast UiaAtkBridge.SpinnerWithValue to ParentAdapter

Run Log:
http://build0.sled.lab.novell.com:8010/job/UIAutomationClient_trunk_unittests/8/console

if on the VPN

http://151.155.248.179:8010/job/UIAutomationClient_trunk_unittests/8/console

Reproducible: Always
Comment 1 Sanford Armstrong 2009-11-10 17:00:10 UTC
<mgorse> I should realy just special-case that code so that we don't get the warning.  It's happening because there are children of a spinner in UIA that we aren't replicating in atk, and Spinner isn't derived from a class that can have children