Bugzilla – Bug 519409
PropertyGrid: some table_cells under contracted parent tree cell are not accessible
Last modified: 2009-07-06 09:46:18 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