Vladimir Krestov
Vladimir Krestov
From the [docs](https://docs.microsoft.com/dotnet/api/system.windows.forms.datagridview.showcelltooltips): > Remarks When the value of this property is true and the mouse pointer is over a cell or the user has navigated to the cell using...
Mouse tooltips work correctly in .NET Framework. #1681 added keyboard tooltips only, but it looks like it brought the regression
I see 3 ways: 1) Use Igor's suggestion. We will avoid changing and adding a lot of null-checks for all control AOs. But it will lead for many unexpected unstable...
Closed this according to https://github.com/dotnet/winforms/pull/7330#discussion_r944772133
@merriemcgaw, We already have `UiaCore.UIA.FrameworkIdPropertyId`, so we can use it in `GetPropertyValue` to return some value. To get the current used framework version, it's necessary to use `System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription`. So we...
Hi, @merriemcgaw, @RobGallo, do you have any updates about this?
ToolStrip: 
The same as #4851. @Olina-Zhang, please test it via AI and Inspect with updating (like you tested in #4851). If it works as expected, please close the issue
The same as for #4851, Inspect is obsolete tools, it caches old values and doesn't reflect real accessibility tree after any changes. Inspect should be updated after any changes in...
I checked my and the team previous codeflows related to ComboBox, we changed an accessibility part only, so I don't remember any changes related to this bug.