Bugzilla – Bug 516719
MonthCalendar: the cell is showing current day that is not accessible
Last modified: 2010-05-20 18:01:05 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
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.
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
Created attachment 303845 [details] Work with attchment #303842 The UIAutomationWinforms patch
Update work hours
Fixed in patch, wait for review
Correct work time