Bug 516719

Summary: MonthCalendar: the cell is showing current day that is not accessible
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: REOPENED --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P3 - Medium    
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: bug fix patch #1
expose more internal MonthCalendar events
Work with attchment #303842

Description calen chen 2009-06-26 07:38:38 UTC
REPRO:

1. run uia2atk/test/samples/monthcalendar.py, there is an element showing current day (e.g "Today:6/26/2009") on the bottom
2. run accerciser, expand filler and treetable on the left treeview

RESULTS:

accerciser doesn't shows current day "Today:6/26/2009"

EXPECTED RESULTS:

'Today:6/26/2009' should be accessible to maybe a 'table cell' with 'click' action
Comment 1 Rui Guo 2009-07-08 17:17:34 UTC
Created attachment 303841 [details]
bug fix patch #1

This patch will fixing the bug without touching SWF, however if the user dynamically changes the "MonthCalendarShowToday" property, this solution will not respond in time.
Comment 2 Rui Guo 2009-07-08 17:19:25 UTC
Created attachment 303842 [details]
expose more internal MonthCalendar events

Patch SWF to expose more internal MonthCalendar events which will be consumed by the UIA provider
Comment 3 Rui Guo 2009-07-08 17:20:38 UTC
Created attachment 303845 [details]
Work with attchment #303842

The UIAutomationWinforms patch
Comment 4 Rui Guo 2009-07-08 17:21:49 UTC
Update work hours
Comment 5 Rui Guo 2009-07-17 16:54:47 UTC
Fixed in patch, wait for review
Comment 6 Rui Guo 2009-07-17 16:55:48 UTC
Correct work time
Comment 7 Rui Guo 2009-07-17 16:56:28 UTC
Fixed in patch, wait for review