Bug 513837 - DataGridView:the "checked" check box lack the 'sensitive' and 'enable' state
Summary: DataGridView:the "checked" check box lack the 'sensitive' and 'enable' state
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: i686 openSUSE 11.1
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 08:00 UTC by Feng Xia Mu
Modified: 2009-06-17 08:00 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-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