| Summary: |
[uiaclient-GTKs]:all the RadioButtons control should support SelectionItem Pattern |
| Product: |
[Mono] UI Automation
|
Reporter: |
Feng Xia Mu <fxmu> |
| Component: |
Client - UIA | Assignee: |
E-mail List <mono-a11y-bugs> |
| Status: |
VERIFIED
DUPLICATE
|
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:
|
---
|
EPRO 1. Launch F-Spot, click "Edit" --> "Preferences" on the menu bar. 2. Launch UIA Explore. 3. Expand the "F-Spot Preferences" window on the left of UIA Explore, and expand the first pane in first group , and continue to expand until find a radio button named 'Separately from the image files' and select it. 4. In Ipy Script shell, input the following command: patterns = acc.GetSupportedPatterns() for pattern in patterns: Automation.PatternName(pattern) RESULTS 'Invoke' EXPECTED RESULTS The 'SelectionItem' pattern should in the RadioButtons's supported patterns list.