Bug 520089 - ContextMenu, ContextMenuStrip won't accessible if use 'Show' property
Summary: ContextMenu, ContextMenuStrip won't accessible if use 'Show' property
Status: NEW
: 516729 516731 (view as bug list)
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-07-08 08:03 UTC by calen chen
Modified: 2009-07-08 08:10 UTC (History)
0 users

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


Attachments
sample for ContextMenu (1.74 KB, text/x-python)
2009-07-08 08:06 UTC, calen chen
Details
sample for ContextMenuStrip (1.68 KB, text/x-python)
2009-07-08 08:07 UTC, calen chen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description calen chen 2009-07-08 08:03:12 UTC
PROBLEM STATEMENT:

if use ContextMenu.Show() or ContextMenuStrip.Show() in application that the contextmenu and contextmenustrip will not accessible for ATs

REPRO:

ContextMenu
-------------------
1. run the attachment example that is for ContextMenu, click the form on GUI will show menu
2. run accerciser, expand ipy on left treeview
3. mouse left click ContextMenu form on GUI, there is menu appear
4. back to accerciser, see if the contextmenu is showing on left treeview under ipy


ContextMenuStrip
--------------------
5. run the attachment example that is for ContextMenuStrip,  click the form on GUI will show menu
6. mouse left click ContextMenuStrip form on GUI, there is menu appear
7. back to accerciser, see if the contextmenustrip is showing on left treeview under ipy

RESULTS:

both ContextMenu and ContextMenuStrip are not accessible by ATs if use '*.Show()'

EXPECTED RESULTS:

ContextMenu and ContextMenuStrip should be accessible by ATs,

after doing step 3-4 or 6-7, user should see a 'Window' layer appear in accerciser left treeview under ipy, and contain 'Menu' 'Menu Items' as descendants
Comment 1 calen chen 2009-07-08 08:06:39 UTC
Created attachment 303688 [details]
sample for ContextMenu
Comment 2 calen chen 2009-07-08 08:07:07 UTC
Created attachment 303689 [details]
sample for ContextMenuStrip
Comment 3 calen chen 2009-07-08 08:08:00 UTC
*** Bug 516729 has been marked as a duplicate of this bug. ***
Comment 4 calen chen 2009-07-08 08:10:33 UTC
*** Bug 516731 has been marked as a duplicate of this bug. ***