Bug 619993 - [uiaclient-GTKs]:The controls in calendar control can't be found by uia-client
Summary: [uiaclient-GTKs]:The controls in calendar control can't be found by uia-client
Status: VERIFIED DUPLICATE of bug 609377
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-07-06 07:56 UTC by Feng Xia Mu
Modified: 2010-07-07 06:04 UTC (History)
1 user (show)

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-07-06 07:56:01 UTC
COMMENTS

From the uia-explore we can't access the controls on calendar. 

EPRO

1. Launch uia2atk/test/samples/gtk/gtkcalendar.py
2. Launch UIA Explore.           
3. Expand the "Calendar" Window on the left of UIA Explore, select the calendar
control under it.
4. In Ipy Script shell, input the following command:
    c = PropertyCondition(AutomationElement.IsEnabledProperty, True)
    q = acc.FindAll(TreeScope.Children, c)
    for i in q:
	  print i.Current.ControlType.ProgrammaticName


RESULTS

You got nothing .

EXPECTED RESULTS

You should got the control type name of the children of calendar.
Comment 1 calen chen 2010-07-06 14:39:30 UTC
Hey Felicia, I think this is duplicate to bug609377, would you please check it, thanks!
Comment 2 Feng Xia Mu 2010-07-07 06:04:50 UTC
Close the duplicated bug.

*** This bug has been marked as a duplicate of bug 609377 ***