Bug 619448

Summary: [uiaclient-GTKs]: The button can't be focused by SetFocus() method.
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Client - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P3 - Medium    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 11.2   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Feng Xia Mu 2010-07-02 08:42:44 UTC
REPRO

1. Launch F-Spot.
2. Lauch UIAExplor.exe
3. Expand the left "F-SPot" tree on the UIA Explore, expand the Menubar, select the button named "Edit".
4. In Ipy Script shell, input the following:
   acc.SetFocus ()
   acc.Current.HasKeyboardFocus 

RESULTS

The output is 'False'.

EXPECTED RESULTS

The output should be 'True'.