| Summary: |
[uiaclient-GTKs]:The controls in calendar control can't be found by uia-client |
| Product: |
[Mono] UI Automation
|
Reporter: |
Feng Xia Mu <fxmu> |
| Component: |
Client - UIA | Assignee: |
E-mail List <mono-a11y-bugs> |
| Status: |
VERIFIED
DUPLICATE
|
QA Contact: |
E-mail List <mono-a11y-qa> |
| Severity: |
Normal
|
|
|
| Priority: |
P3 - Medium
|
CC: |
cachen
|
| Version: |
Unspecified | |
|
| Target Milestone: |
--- | |
|
| Hardware: |
Other | |
|
| OS: |
openSUSE 11.2 | |
|
| Whiteboard: |
|
|
Found By:
|
---
|
Services Priority:
|
|
|
Business Priority:
|
|
Blocker:
|
---
|
|
Marketing QA Status:
|
---
|
IT Deployment:
|
---
|
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.