Bugzilla – Bug 597696
[uiaclient-GTKs]: RadioButton doesn't support the SelectionItemPattern
Last modified: 2010-08-25 09:08:21 UTC
SUMMARY: According to the MSDN, "All radio button controls must support the Selection Item pattern to enable themselves to be selected". REPRODUCE: 1. Run F-Spot 2. Run the test script which will lanuch a dialog with radio buttons on it, and get the radio button's SelectionItemPattern RESULTS: "radio button's SelectionItemPattern is Operation is not valid due to the current state of the object" EXPECTED RESULTS: "radio button's SelectionItemPattern is System.Windows.Automation.SelectionItemPattern"
Created attachment 355229 [details] The test to be run
other than that, according to msdn[0], it suppose not to support Invoke Pattern, but scrutinize it from UIA Explorer, it does. [0] http://msdn.microsoft.com/en-us/library/ms750574.aspx
*** Bug 604200 has been marked as a duplicate of this bug. ***