Bug 549112

Summary: Adding/Removing rows of a DataGridView dosen't generate UIA events
Product: [Mono] UI Automation Reporter: Rui Guo <rguo>
Component: Winforms - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Rui Guo 2009-10-22 10:22:52 UTC
Expect: When add a new row to a DataGridView, there shall be a AutomationPropertyChangedEvent fired to indicate the RowCountProperty of the DataGridView is changed. And the same for removing a row from a DataGridView.

Reproduce: TableTest.DynamiceTest in uia2atk/UIAutomation/UIAutomationClientTests/UIAutomationClientTests