Bugzilla – Bug 522636
Toggle Button(with drop down style): the "click" action performs different from mouse click action.
Last modified: 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