Bugzilla – Bug 519711
PropertyGrid:mouseClick table cell on UI will rebuilded table cells
Last modified: 2009-07-10 11:07:30 UTC
PROBLEM STATEMENT: each time mouse left click table cell on GUI, the table cells list will be refrashed REPRO: 1. run uia2atk/test/samples/propertygrid.py 2. run accerciser, expand 'Property Grid' panel, expand 'tree table' on the left treeview that is showing 'table cells' as tree_table's descendants. 3. mouse left click one table cell on GUI, back to accerciser to see what happen on the tree_table RESULTS: each time doing step3, table cells list under tree_table will be rebuilded EXPECTED RESULTS: mouse click doesn't rebuild table cell's list
PROBLEM STATEMENT: ................................. refrashed --> refreshed.
ADD COMMENT: other circumstances: doing selectChild() also will rebuild the table cells list in accerciser left treeview , but the fact is table cells doesn't been rebuilded on GUI, so I think it would be better to stable them in accerciser