Bug 609377 - [uiaclient-GTKs]:The Calendar' children can't be found by UIA Client
Summary: [uiaclient-GTKs]:The Calendar' children can't be found by UIA Client
Status: NEW
: 619993 (view as bug list)
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: Other openSUSE 11.2
: P2 - High : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 09:37 UTC by Feng Xia Mu
Modified: 2010-08-25 09:07 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-27 09:37:05 UTC
COMMENTS

From the uia-explore, we can only see the calendar control itself, its descendants is not shown .

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.
4. In Ipy Script shell, input the following command:
    c = PropertyCondition(AutomationElement.IsEnabledProperty, True)
    q = acc.FindAll(TreeScope.Children, c)
    q.Count

RESULTS

0.

EXPECTED RESULTS

the number should be greater than zero.
Comment 1 Feng Xia Mu 2010-07-07 06:04:51 UTC
*** Bug 619993 has been marked as a duplicate of this bug. ***