Bug 519409

Summary: PropertyGrid: some table_cells under contracted parent tree cell are not accessible
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: P3 - Medium    
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-07-06 09:26:20 UTC
PROBLEM STATEMENT:

On property treetable there are some parent TreeView and two columns, widgets under first column are showing propery title name which I think they should be "Table Cells", but if the parent tree cell is contracted by default(Font for example), table_cells under that contracted parent tree cell are not accessible

REPRO:

1. run uia2atk/test/samples/propertygrid.py
2. run accerciser, expand 'tree table' on the left treeview, see if table_cells under Font parent tree cell are showing on the tree
3. click Font to expand the tree on GUI, 
4. on accerciser,refrash the registry, then return to step2

RESULTS:

in step2 and step4, table_cells under Font parent tree cell that is contracted by default are not accessible by accerciser

EXPECTED RESULTS:

all of the table_cells should be accessibled