Bug 608190 - [uiaclient-GTKs]:The Toggle button should not support Invoke pattern
Summary: [uiaclient-GTKs]:The Toggle button should not support Invoke pattern
Status: RESOLVED FIXED
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: Michael Gorse
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 608231
  Show dependency treegraph
 
Reported: 2010-05-24 07:32 UTC by Feng Xia Mu
Modified: 2010-08-31 22:26 UTC (History)
1 user (show)

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-24 07:32:51 UTC
COMMENTS

The tested button maintain the being pressed state all the time, so it should be a toggle buton, and should not support Invoke pattern. 

EPRO

1. Launch Banshee.
2. Launch UIA Explore.           
3. Expand the "Banshee Media Player" Window on the left of UIA Explore, and expand its descendants "ToolBar", until find a button named "Repeat Off", select it.
4. In Ipy Script shell, input the following command:
    patterns = acc.GetSupportedPatterns()
    for pattern in patterns:
        Automation.PatternName(pattern)


RESULTS

'Invoke'
'Toggle'

EXPECTED RESULTS

'Toggle'
Comment 1 Michael Gorse 2010-08-31 22:26:47 UTC
Fixed in AtspiUiaSource - B9BA99