Bug 522614

Summary: PrintPreviewDialog: the 'toggle button' on tool bar doesn't rise 'focused' and 'armed', 'checked' states
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: P2 - High    
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 10:03:26 UTC
REPRO:
1. run uia2atk/test/samples/printpreviewdialog.py
2. on GUI click on the "PrintPreviewDialog" button to raise
"PrintPreviewDialog"  dialog
3.  In Accerciser's left pane browse to and expand the 'tool bar' accessible,
expand the second panel, select the accessible with role name "toggle button"
4.  on "PrintPreviewDialog"  dialog, mouse click the toggle button on tool bar
6.  under interface viewer, look and compare to the states.

RESULTS:

there is no new states added on states list.

EXPECTED RESULTS:

there should "focused" and "armed" state added on states list.
Comment 1 Feng Xia Mu 2009-07-16 10:08:45 UTC
"EXPECTED RESULTS" should be modified like: 

there should "focused" and "armed" "checked" state added on states list.
Comment 2 Feng Xia Mu 2009-07-16 10:10:07 UTC
please take a look at bug 510038 about 'armed' and 'checked' states.