Bug 516719 - MonthCalendar: the cell is showing current day that is not accessible
Summary: MonthCalendar: the cell is showing current day that is not accessible
Status: REOPENED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-26 07:38 UTC by calen chen
Modified: 2010-05-20 18:01 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
bug fix patch #1 (11.45 KB, patch)
2009-07-08 17:17 UTC, Rui Guo
Details | Diff
expose more internal MonthCalendar events (2.79 KB, patch)
2009-07-08 17:19 UTC, Rui Guo
Details | Diff
Work with attchment #303842 (12.36 KB, patch)
2009-07-08 17:20 UTC, Rui Guo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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