-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add test to MAUI Manual test runner to verify issue #31483 #31548
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
base: main
Are you sure you want to change the base?
Add test to MAUI Manual test runner to verify issue #31483 #31548
Conversation
Hey there @@CathyZhu0110! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new manual test case to verify that TapGestureRecognizer works correctly with accessibility services (TalkBack on Android and VoiceOver on iOS). The test addresses issue #31483 where TapGestureRecognizer cannot be tapped using Android Talkback in MAUI 9.0.100.
- Adds a new BugFixes category to the manual test runner infrastructure
- Creates a manual test page that demonstrates TapGestureRecognizer functionality with accessibility features
- Provides both a Label with TapGestureRecognizer and a Button for comparison testing
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
src/Controls/tests/ManualTests/Tests/BugFixes/L1_TapGestureRecognizer.xaml.cs |
Code-behind implementing tap counter logic and accessibility announcements |
src/Controls/tests/ManualTests/Tests/BugFixes/L1_TapGestureRecognizer.xaml |
XAML UI with test instructions and interactive elements for accessibility testing |
src/Controls/tests/ManualTests/Categories/CategoryViewModel.cs |
Adds BugFixes category view model to the test runner |
src/Controls/tests/ManualTests/Categories/Category.cs |
Defines the BugFixes category constant |
src/Controls/tests/ManualTests/Tests/BugFixes/L1_TapGestureRecognizer.xaml
Outdated
Show resolved
Hide resolved
src/Controls/tests/ManualTests/Tests/BugFixes/L1_TapGestureRecognizer.xaml
Outdated
Show resolved
Hide resolved
src/Controls/tests/ManualTests/Tests/BugFixes/L1_TapGestureRecognizer.xaml.cs
Outdated
Show resolved
Hide resolved
…ognizer.xaml Co-authored-by: Copilot <[email protected]>
…ognizer.xaml Co-authored-by: Copilot <[email protected]>
…ognizer.xaml.cs Co-authored-by: Copilot <[email protected]>
/azp run MAUI-UITests-public |
Azure Pipelines successfully started running 1 pipeline(s). |
@dotnet-policy-service agree company="Microsoft" |
Add test to MAUI Manual test runner to verify issue #31483
Issue #31483 : TapGestureRecognizer cannot be tapped using Android Talkback in MAUI 9.0.100
Test Case 2571395: [Mobile] L1 - Check if TapGestureRecognizer can trigger the Tapped event when TalkBack is enabled on an Android device or VoiceOver isenabled on iOS device