Bug 519711

Summary: PropertyGrid:mouseClick table cell on UI will rebuilded table cells
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: P4 - Low    
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-07 08:50: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
Comment 1 Feng Xia Mu 2009-07-09 07:29:03 UTC
PROBLEM STATEMENT:

................................. refrashed --> refreshed.
Comment 2 calen chen 2009-07-10 11:07:30 UTC
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