Skip to content

[Windows] Implemented the AutomationPeers to the Border control #27713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Tamilarasan-Paranthaman
Copy link
Contributor

Description of Change

  • Implemented the AutomationPeers to the Windows Border control.

Issues Fixed

Fixes #27627

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Feb 11, 2025
@Tamilarasan-Paranthaman Tamilarasan-Paranthaman added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Feb 11, 2025
@jsuarezruiz
Copy link
Contributor

/azp run

@jsuarezruiz jsuarezruiz added platform/windows 🪟 t/a11y Relates to accessibility labels Feb 12, 2025
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@tj-devel709 tj-devel709 self-requested a review February 12, 2025 22:19
@PureWeen PureWeen added the do-not-merge Don't merge this PR label Feb 12, 2025
@Tamilarasan-Paranthaman Tamilarasan-Paranthaman marked this pull request as ready for review February 13, 2025 10:19
@Copilot Copilot AI review requested due to automatic review settings February 13, 2025 10:19
@Tamilarasan-Paranthaman Tamilarasan-Paranthaman requested a review from a team as a code owner February 13, 2025 10:19
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • src/Core/src/PublicAPI/net-windows/PublicAPI.Unshipped.txt: Language not supported
Comments suppressed due to low confidence (2)

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue27627.cs:7

  • [nitpick] The class name Issue27627 is not descriptive. Consider renaming it to BorderAutomationPeerTests.
public class Issue27627 : _IssuesUITest

src/Controls/tests/TestCases.HostApp/Issues/Issue27627.cs:19

  • The test case does not verify the functionality of the MauiBorderAutomationPeer. It only waits for the element with the AutomationId 'TestBorder'. Add a more comprehensive test to verify the functionality of the automation peer.
App.WaitForElement("TestBorder");

@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-border Border community ✨ Community Contribution do-not-merge Don't merge this PR partner/syncfusion Issues / PR's with Syncfusion collaboration platform/windows 🪟 t/a11y Relates to accessibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding AutomationPeers to Windows Borders
3 participants