Bugzilla – Bug 513837
DataGridView:the "checked" check box lack the 'sensitive' and 'enable' state
Last modified: 2009-06-17 08:00:58 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