| Summary: |
[uiaclient-GTKs]:The IsKeyboardFocusableProperty of disable button should be false |
| Product: |
[Mono] UI Automation
|
Reporter: |
Feng Xia Mu <fxmu> |
| Component: |
Client - UIA | Assignee: |
E-mail List <mono-a11y-bugs> |
| Status: |
NEW
---
|
QA Contact: |
E-mail List <mono-a11y-qa> |
| Severity: |
Normal
|
|
|
| Priority: |
P2 - High
|
|
|
| Version: |
Unspecified | |
|
| Target Milestone: |
--- | |
|
| Hardware: |
Other | |
|
| OS: |
openSUSE 11.2 | |
|
| Whiteboard: |
|
|
Found By:
|
---
|
Services Priority:
|
|
|
Business Priority:
|
|
Blocker:
|
---
|
|
Marketing QA Status:
|
---
|
IT Deployment:
|
---
|
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