Bugzilla – Bug 514647
ContextMenu: some menu items have extraneous "checked" state
Last modified: 2009-06-19 09:56:30 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
Created attachment 299221 [details] script for printing menuitem's states