Bug 608945 - [uiaclient-GTKs]:The Hyperlink control supports the wrong pattern
Summary: [uiaclient-GTKs]:The Hyperlink control supports the wrong pattern
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-05-26 08:11 UTC by Feng Xia Mu
Modified: 2010-05-26 08:13 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-26 08:11:19 UTC
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'