Bug 600407 - GTK Calender is missing Grid, Table Patterns in managed AT
Summary: GTK Calender is missing Grid, Table Patterns in managed AT
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - AT-SPI (show other bugs)
Version: Unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 09:29 UTC by Ray Wang
Modified: 2010-04-28 09:29 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 Ray Wang 2010-04-28 09:29:45 UTC
PROBLEM STATEMENT:
According to msdn[0], Calendar control type should support Grid/Table Pattern. When you test gtk app in managed AT (UIA-Explorer). it miss those patterns.

REPRODUCE:
1. Start an gtk app which contains Calender. (uia2atk/test/samples/gtk/gtkcalendar.py)
2. Start uia-explorer
3. Expand "Calendar" window from left pane, and click the "Calendar" control.
4. Execute "acc.GetCurrentPattern(GridPattern.Pattern)" in ironpython shell in the middle pane.

RESULTS:
you get "Operation is not valid due to the current state of the object" error.

EXPECTED RESULTS:
Grid, Table Pattern are implemented for Calendar control