Bug 604219 - [uiaclient-GTKs]:For all the GTK controls,the ClassName property is not implemented
Summary: [uiaclient-GTKs]:For all the GTK controls,the ClassName property is not imple...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: Other openSUSE 11.2
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-10 11:08 UTC by Feng Xia Mu
Modified: 2010-05-13 03:55 UTC (History)
0 users

See Also:
Found By: ---
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 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.