Bug 479142 - No Relations to Parent in the table cells shown by PropertyGrid
Summary: No Relations to Parent in the table cells shown by PropertyGrid
Status: VERIFIED FIXED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Unspecified
Hardware: Other Other
: P4 - Low : Minor
Target Milestone: ---
Assignee: Mario Carrion
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 17:39 UTC by Andres Aragoneses
Modified: 2009-03-05 22:13 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Proposed patch. (6.38 KB, patch)
2009-03-05 20:33 UTC, Mario Carrion
Details | Diff
Proposed patch. (6.08 KB, patch)
2009-03-05 21:16 UTC, Mario Carrion
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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