Bug 619448 - [uiaclient-GTKs]: The button can't be focused by SetFocus() method.
Summary: [uiaclient-GTKs]: The button can't be focused by SetFocus() method.
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: Other openSUSE 11.2
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 08:42 UTC by Feng Xia Mu
Modified: 2010-07-02 08:43 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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'.