|
Bugzilla – Full Text Bug Listing |
| Summary: | [uiaclient-GTKs]:The Hyperlink control supports the wrong pattern | ||
|---|---|---|---|
| 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: | 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: | --- |
COMMENTS All hyperlink controls must support the Invoke pattern and should not support Value pattern. EPRO 1. Launch firefox3.5.4. 2. Click "Edit"-->"Preferences" on the menubar. 3. On the "Firefox Preferences" dialog, select "Privacy" list item in the top list. 4. Launch UIA Explore. 5. Expand the "Firefox Preferences" Window on the left of UIA Explore, and expand "Privacy" Custom, expand the "history" pane control undet it, expand the first custom control, select the "clear your recent history" hyperlink under it. 6. In Ipy Script shell, input the following command: patterns = acc.GetSupportedPatterns() for pattern in patterns: Automation.PatternName(pattern) RESULTS 'value' EXPECTED RESULTS 'Invoke'