Bug 479142

Summary: No Relations to Parent in the table cells shown by PropertyGrid
Product: [Mono] UI Automation Reporter: Andres Aragoneses <aaragoneses>
Component: Winforms - ATKAssignee: Mario Carrion <mcarrion>
Status: VERIFIED FIXED QA Contact: E-mail List <mono-a11y-qa>
Severity: Minor    
Priority: P4 - Low    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Proposed patch.
Proposed patch.

Description Andres Aragoneses 2009-02-24 17:39:18 UTC
1. Launch propertygrid.py.
2. Find the treetable in accerciser.
3. Find the AccessibleDescription cell, open Accessible interface in accerciser, see the relations panel.

Expected relation: one, to the Accessibility cell.
Current results: none.

Also, when 479113 is fixed, replace step 3 with:
3. Find the "Accessibility" cell, open Accessible interface in accerciser, see the relations panel.
Expected relation: one, to the treetable.
Comment 1 Mario Carrion 2009-03-05 20:33:03 UTC
Created attachment 277474 [details]
Proposed patch.

This also applies to all Tree-related providers (DataGridView, DataGrid and ListView).
Comment 2 Mario Carrion 2009-03-05 21:16:59 UTC
Created attachment 277481 [details]
Proposed patch.
Comment 3 Mario Carrion 2009-03-05 22:13:08 UTC
Bug #479113 doesn't really block this one.

The patch will reflect the changes as soon as the bug #479113 is fixed, no dependency needed.

Fixed UiaAtkBridge & UIAutomationWinforms r128732