Bug 514647

Summary: ContextMenu: some menu items have extraneous "checked" state
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- 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: script for printing menuitem's states

Description calen chen 2009-06-19 09:55:15 UTC
PROBLEM STATEMENT

I assume this bug is similar to bug509276 and bug511179. some unchecked menu items in contextmenu's second layer have extraneous 'checked' state

REPRO

1.  Run uia2atk/test/samples/openfiledialog.py and click on the
"OpenDialog" button to invoke 'Open' dialog
2.  Run the attached script, which perform mouse button3 click to TreeTable to invoke ContextMenu, then print the states of menuitems those are descendants of 'View' menu, 'List' menu item is default checked

RESULTS

All of the menu items have the "checked" states

EXPECTED RESULTS

Exactly one menu item--the one that is checked on the GUI--should have the
"checked" state.  By default the "List" menu item is checked.

COMMENTS
Comment 1 calen chen 2009-06-19 09:56:14 UTC
Created attachment 299221 [details]
script for printing menuitem's states