Bug 522636

Summary: Toggle Button(with drop down style): the "click" action performs different from mouse click action.
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None    
Version: Release 1.0   
Target Milestone: ---   
Hardware: i586   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Feng Xia Mu 2009-07-16 11:04:25 UTC
PROBLEM STATEMENT

when mouse click the drop down style toggle button, it will be pressed , mouse click it again, it releases. but perform "click" action in accerciser, it is neither pressed nor released. 

REPRO

1.  Run uia2atk/test/samples/toolbarbutton.py .
2.  In Accerciser's left pane browse to and expand the 'tool bar' accessible, expand the filler, select the toggle button named "DropDownButton".
3.  On GUI, mouse click the drop dwon toggle , 
4.  mouse click the drop dwon toggle again, 
5.  do click action under 'interface viewer'
6.  do click action under 'interface viewer' again

RESULTS

step 3: the toggle is pressed and rises a menu.
step 4: the toggle is released and hides the menu.
step 5: the toggle rises a menu.
step 6: the toggle hides the menu.

EXPECTED RESULTS

step 3: the toggle is pressed and rises a menu.
step 4: the toggle is released and hides the menu.
step 5: should performs like step3
step 6: should performs like step4