Bug 516717

Summary: MonthCalendar: month and year are not accessible
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: CONFIRMED --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P3 - Medium    
Version: Release 1.0   
Target Milestone: Release 1.1   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-06-26 07:32:23 UTC
PROBLEM STATEMENT:

accerciser doesn't shows month and year

REPRO:

1. run uia2atk/test/samples/monthcalendar.py, between back and forward button, there are 'January' and '2008' on the top
2. run accerciser, expand filler and treetable on the left treeview

RESULTS:

accerciser doesn't shows 'January', '2008'

EXPECTED RESULTS:

Month 'January' should be accessible to 'label', 
Year '2008' should be accessible to 'spin button'
Comment 1 calen chen 2009-06-26 09:12:55 UTC
sorry, I think Month 'January' maybe should be accessible to 'table cell' because it is also a DateTime
Comment 2 Rui Guo 2009-07-17 16:52:41 UTC
Fixed in patch, wait for review