Bug 516731

Summary: MonthCalendar: today_menu contextmenu is not accessible
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: RESOLVED DUPLICATE 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: ---

Description calen chen 2009-06-26 08:21:22 UTC
PROBLEM STATEMENT:

mouse right button click calendar may raise a contextmenu, but the contextmenu is not accessible by accerciser

REPRO:

1. run accerciser
2. run uia2atk/test/samples/monthcalendar.py, mouse right button click the calendar, a contextmenu is appeared, there is a menu_item "Go to today"

RESULTS:

accerciser doesn't catch the contextmenu today_menu

EXPECTED RESULTS:

today_contextmenu should be accessible by ATs
Comment 1 calen chen 2009-07-08 08:10:33 UTC
Because MonthCalendar use *.Show() to showing ContextMenuStrip, so I mark it
duplicated to bug520089

*** This bug has been marked as a duplicate of bug 520089 ***