Bug 522636 - Toggle Button(with drop down style): the "click" action performs different from mouse click action.
Summary: Toggle Button(with drop down style): the "click" action performs different fr...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: i586 openSUSE 11.1
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 11:04 UTC by Feng Xia Mu
Modified: 2009-07-16 11:04 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 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