Bugzilla – Bug 503078
Datagridview: Combobox in datagridview lack 'sensitive', 'enabled' state
Last modified: 2009-07-14 17:52:45 UTC
COMMENTS the combobox in datagridview have no 'sensitive', 'enabled' state REPRO 1. Run uia2atk/test/samples/datagridview.py 2. In Accerciser, expand frame on the left datagridview, browse to and select the combobox accessible, who's Name is "Item0" and Role Name is "combo box" . 3. Run Accerciser, open the "Interface Viewer" tab, and expand the "Accessible" expander. RESULTS the actual state of combobox is ( SHOWING, VISIBLE, SELECTABLE) EXPECTED RESULTS the actual state of combobox should be (ENABLED, SENSITIVE, SHOWING, VISIBLE, SELECTABLE)
Move all P1 and P2 bugs into Release 1.1 milestone.