Bug 479398

Summary: DataGrid,DataGridView: GetSelectedRows and GetSelectedColumns are not implemented
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P4 - Low    
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.0   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 465506    
Bug Blocks:    

Description calen chen 2009-02-25 07:43:38 UTC
REPRO:

1. Run uia2atk/test/samples/datagrid.py or datagridview.py
2. Run accerciser, select TreeTable

RESULT:

Terminal print error:

[Warn  15:34:35.667] TableImplementorHelper: GetSelectedRows not implemented.
[Warn  15:34:35.672] TableImplementorHelper: GetSelectedColumns not implemented.

EXPECTED RESULT:

Table should showing 'selected rows' and 'selected columns' number under 'interface viewer' tab when doing select action