Bug 514647 - ContextMenu: some menu items have extraneous "checked" state
Summary: ContextMenu: some menu items have extraneous "checked" state
Status: NEW
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-19 09:55 UTC by calen chen
Modified: 2009-06-19 09:56 UTC (History)
0 users

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


Attachments
script for printing menuitem's states (1.10 KB, text/x-python)
2009-06-19 09:56 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-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