Tanya Solyanik

Results 23 issues of Tanya Solyanik

ComboBox AccessibleObject [raises](https://github.com/dotnet/winforms/blob/7f4adcd84d61704d0ed5164b43b94e4667831225/src/System.Windows.Forms/src/System/Windows/Forms/ComboBox.ComboBoxAccessibleObject.cs#L273) [ElementSelected property change event](https://docs.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingselectionitem), however this control does not support the [SelectionProvider](https://docs.microsoft.com/en-us/windows/win32/api/uiautomationcore/nn-uiautomationcore-iselectionitemprovider). [Docs](https://docs.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingselectionitem) specify this event/provider combination as required. *Result:* Accessibility clients don't listen to events associated...

tenet-accessibility
a11yMAS

Theses classes are provided to applications that are implementing IDE functionality outside the VS, for example ability to show and edit controls on the design surface. Currently users are implementing...

:books: documentation

* .NET Core Version: 3.0 * Have you experienced this same bug with .NET Framework?: N/A As far as I understand, this property auto-upgrades the XP dialog to the Vista...

code cleanup

This fix is based on this call stack: System.InvalidOperationException: ListView at System.Windows.Forms.ListViewGroup.ListViewGroupAccessibleObject..ctor(ListViewGroup owningGroup, Boolean owningGroupIsDefault) at System.Windows.Forms.ListViewGroup.get_AccessibilityObject() at System.Windows.Forms.ListView.OnGotFocus(EventArgs e) This is a follow up on https://github.com/dotnet/winforms/pull/10910#issuecomment-1958261561 Related to https://github.com/dotnet/winforms/issues/4019...

draft

- [x] Investigate if we can re-enable code coverage on internal builds We enabled it in #514, however Coverage option is disabled in the build pipeline - https://github.com/dotnet/winforms/blob/95e83ed6e86c93c10020a7c92a6c9d459f65f6a5/eng/pipelines/build.yml#L33. - [x]...

test-enhancement
:construction: work in progress

Once Matt sends an `Action Required` email, please publish the new APIs, create new branches, and increment versions in the main branch in this and the desktop repos. ETA: mid...

Priority:0

@sharwell had added screenshots recording for failed integration tests - https://github.com/dotnet/winforms/pull/10552 Add Window messages data to the test failure information. However for some tests we could use additional information to...

test-enhancement

This parameter has only one possible value now, and has no effect. https://github.com/dotnet/deployment-tools/blob/7e8a91dd90f161fe4dae62b5d92b6a9c5d0fa9e9/src/clickonce/MageCLI/Command.cs#L602-L616

area-ClickOnce

Fixes #37 Removed redundant command line parameter and function argument. The msbuild task utility APIs assume SHA1 as a default contrary to what xml-doc comments say: https://github.com/dotnet/msbuild/blob/d1f5a8af82872bafadb82227ec99f2fcd7b731ec/src/Tasks/ManifestUtil/Util.cs#L226 https://github.com/dotnet/msbuild/blob/518c041f4511a6bc23eb40703b69a94ea46c65fd/src/Tasks/ManifestUtil/ManifestWriter.cs#L105 Thus I'm...

Added ObjectIdentifiers definitions Fixed a typo: Disabled->Disabled