Leaf Shi
Leaf Shi
@Olina-Zhang Can your team help test whether other controls have the same problem?
> @Epica3055 Could you please upload the latest build so that I can reverify the issue in latest build. I uploaded the private dll to [DotNet - WinForms - All...
> can you confirm whether this is our API with the popup dialog or if this comes from Windows This is our API , we will fix this issue
It's strange is that opening Narrator after the "Generating Previews" showing, the dialog can get focus and the content can be announced normally. If opening Narrator first and then debugging...
> @LeafShi1 Can I get an update on this issue? Will we have a resolution, even partial, for RC1? Currently this problem is blocked, because Narrator cannot focus on the...
@merriemcgaw We own this pop-up window, and I tried to modify the `AccessibleName ` property of the window, but it didn't work. Narrator still can't focus on the dialog. and...
> If you set `IsDialog` and `AccessibleName` appropriately will at least NVDA and JAWS be able to read the title of the pop up window? If we can show we...
@merriemcgaw The properties `IsDialog` and `AccessibleName` have been updated, can we close this issue?
Please add Root Cause in the Description
Sorry for the wrong interpretation. ResXNullRef just removes the Serializable attribute https://github.com/dotnet/winforms/pull/1425 You can try to use local resources, add System.Resources.ResXNullRef in Form1.resx as a workaround.