Bug 604219

Summary: [uiaclient-GTKs]:For all the GTK controls,the ClassName property is not implemented
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Client - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P3 - Medium    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 11.2   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Feng Xia Mu 2010-05-10 11:08:18 UTC
COMMENTS

All the GTK controls has no ClassName property, but for winforms controls on Windows , they have ClassName property.

REPRO

1. Launch F-Spot. 
2. Launch UIA Explore.           
4. Expand the "F-Spot" tree on the left of UIA Explore, and select any control
to check out its "Identification" under the right part "Properties/Patterns".

RESULTS

The control's ClassNameProperty is not supported.

EXPECTED RESULTS

It should have a specific value, such as for radio button, its ClassNameProperty is 'WindowsForms10BUTTON.app.0.378734a' on Windows.
Comment 1 Feng Xia Mu 2010-05-13 03:55:07 UTC
Reduce the priority because it is not blocked the test to be run.