Leaf Shi

Results 123 comments of Leaf Shi

@lonitra Please help review this PR

> @Olina-Zhang - Could you please verify when this scenario regressed? Consider using https://learn.microsoft.com/en-us/dotnet/framework/ui-automation/navigate-among-ui-automation-elements-with-treewalker to build a sample I tried to write an sample using [Example 2](https://learn.microsoft.com/en-us/dotnet/framework/ui-automation/navigate-among-ui-automation-elements-with-treewalker), in the .netFramwork...

It seems that this problem is because after changing Zoom, the keyboardToolTip still stores the previous Selected tool "Print". Set `_currentTool = LastFocusedTool; ` can resolve this issue, but the...

@lonitra Please help review this PR

This issue can be reproduced using the following simple code ``` private void button1_Click(object sender, EventArgs e) { for (int i = 0; i < 100000; i++) { dataGridView1.Refresh(); }...

LGTM! @lonitra Please review this PR.

> Tests involving shared resources like Clipboard are also flaky when run in parallel. The current list is Flaky problems that have appeared in PR builds in the past two...

> @LeafShi1 @JeremyKuhne Can one of you get this on someone's radar. Where Clipboard use is obvious, the appropriate Attributes are added but in some cases the use of the...