Bug 519711 - PropertyGrid:mouseClick table cell on UI will rebuilded table cells
Summary: PropertyGrid:mouseClick table cell on UI will rebuilded table cells
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P4 - Low : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 08:50 UTC by calen chen
Modified: 2009-07-10 11:07 UTC (History)
0 users

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


Attachments

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