Bugzilla – Bug 597997
[uiaclient-GTKs]: MenuItem doesn't support the ExpandCollapsePattern
Last modified: 2010-08-25 09:08:41 UTC
SUMMARY: According to the MSDN, "If the control can be expanded or collapsed, implement IExpandCollapseProvider", and in this test, the menu item can expand to launch its sub menu item, so it should have the ExpandCollapsePattern. REPRODUCE: 1. Run F-Spot 2. Run the test script which will find a menu item "By Rating" which can be expanded, and get its ExpandCollapsePattern. RESULTS: "By Rating menu item's ExpandCollapsePattern is Operation is not valid due to the current state of the object" EXPECTED RESULTS: "By Rating menu item's ExpandCollapsePattern is System.Windows.Automation.ExpandCollapsePattern"
Created attachment 355478 [details] The test to be run.