Closed
Description
-
.NET Core Version:
.Net 6.0.100-preview.4.21218.5 from main branch -
Have you experienced this same bug with .NET Framework?:
Yes
More info:
- In .NET Framework 4.7.1, it has the same result.
- This issue can repro no matter enable virtual mode or disable virtual mode.
Minimal repro:
- Extract the “noVirtual_Listview_detail.zip” and open it in VS.
noVirtual_Listview_detail.zip - Build and run this application.
- Start Inspect and focus on one ListView item(e.g. item1), observe the structure in Inspect.
- Make ListView item in edit status and focus it, observe the structure in Inspect.
Actual behavior:
After step3, it focus on “item1” edit node in Inspect.
After step4, there is an additional “”edit node in Inspect when ListView item in edit Status.
Expected behavior:
After step4, it should focus on “item1” edit node, and no additional “”edit node in Inspect.