Bug 609361

Summary: [uiaclient-GTKs]:The Calendar control does not support any pattern
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: P2 - High    
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-27 08:44:11 UTC
COMMENTS

The UIA Client of gtk calendar is not implemented yet. 

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:
    patterns = acc.GetSupportedPatterns()
    for pattern in patterns:
        Automation.PatternName(pattern)


RESULTS

You got nothing pattern.

EXPECTED RESULTS
The calendar control always supports the 'Grid', 'Selection', 'Table' patterns.