Skip to content
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

[Testing] [Windows] The ListView cannot be accessed via automation on Windows when the GroupShortNameBinding property is used. #27336

Open
HarishKumarSF4517 opened this issue Jan 24, 2025 · 1 comment
Labels
t/bug Something isn't working

Comments

@HarishKumarSF4517
Copy link
Contributor

HarishKumarSF4517 commented Jan 24, 2025

Description

When using the ListView in a Xamarin.Forms or MAUI application on Windows, the automation framework fails to detect the ListView control when the GroupShortNameBinding property is set. This issue appears when grouping is enabled in the ListView, and the GroupShortNameBinding is used to bind the short name of each group

Steps to Reproduce

Run the application using the given Sample Link attached below for Issue1975.

Sample Link: Issue1975.cs
Test Link: Issue1975.cs

Expected Behavior:

The ListView should remain fully accessible to automation tools, regardless of the use of the GroupShortNameBinding property.

However, when the GroupShortNameBinding property is set, it makes the ListView inaccessible to automation frameworks on Windows.

Link to public reproduction project repository

No response

Version with bug

9.0.30 SR3

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

No response

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

@HarishKumarSF4517 HarishKumarSF4517 added the t/bug Something isn't working label Jan 24, 2025
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

@HarishKumarSF4517 HarishKumarSF4517 changed the title [Windows] The ListView cannot be accessed via automation on Windows when the GroupShortNameBinding property is used. [Testing] [Windows] The ListView cannot be accessed via automation on Windows when the GroupShortNameBinding property is used. Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant