Bug 604598 - [uiaclient-GTKs]:The IsKeyboardFocusableProperty of disable button should be false
Summary: [uiaclient-GTKs]:The IsKeyboardFocusableProperty of disable button should be ...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: Other openSUSE 11.2
: P2 - High : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 06:29 UTC by Feng Xia Mu
Modified: 2010-08-25 09:12 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-05-11 06:29:25 UTC
COMMENT

Because the disable button can not receive keyboard focus, so it doesn't support this property.

EPRO

1. Launch F-Spot, click "Edit" --> "Manage Extensions" on the menu bar.
2. Launch UIA Explore.           
3. Expand the "Extension Manager" Window on the left of UIA Explore, and expand the children of this window until find a button named 'uninstall...' and select it.
4. In Ipy Script shell, input the following command:
    acc.GetCurrentPropertyValue(acc.IsKeyboardFocusableProperty)

RESULTS

True

EXPECTED RESULTS

False