Bug 513837

Summary: DataGridView:the "checked" check box lack the 'sensitive' and 'enable' state
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: P3 - Medium    
Version: Release 1.0   
Target Milestone: ---   
Hardware: i686   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Feng Xia Mu 2009-06-17 08:00:39 UTC
REPRO:
1. Run mainmenu.py.
2. Run accerciser, open the "Interface Viewer" tab .In Accerciser, expand frame
on the left treeview, browse to and select the first check box accessible,
with Role Name "check box" . .
3. Examine the states of the checked check box.
4. in accerciser, select the second check box which is unchecked.
5. Examine the states of the check box .

Results:  
step 3: the state of the checked check box :['checked', 'focused', 'focusable', 'showing',  'visible', 'selectable', 'selected'])
step 5: the state of the unchecked check box:['focusable', 'showing',  'visible', 'selectable', 'sensitive', 'enabled'])

Expected Results:  
step 3: the state of the checked check box :['checked', 'focused', 'focusable', 'showing',  'visible', 'selectable', 'selected', 'sensitive', 'enabled'])
step 5: the state of the unchecked check box:['focusable', 'showing',  'visible', 'selectable', 'sensitive', 'enabled'])

Comments:
the checked and unchecked check box should both have the 'sensitive' and 'enabled'
state