-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Android] IndicatorView does not convey correct accessibility information #31446
Copy link
Copy link
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/a11yRelates to accessibilityRelates to accessibilityt/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/a11yRelates to accessibilityRelates to accessibilityt/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
When using a CarouselView with an IndicatorView on Android with TalkBack enabled, the accessibility behavior is inconsistent and incomplete. For example, when focusing on the IndicatorView, TalkBack initially reads “out of list”, then when navigating to the other indicator dots it does not produce any announcements, leaving the user unaware of the current carousel position.
I have attached a repository to replicate this issue.
Steps to Reproduce
Expected behavior:
TalkBack should announce the current position in the carousel each time the user navigates to a new item (e.g., “Item 2 of 5”, “Item 3 of 5”, etc.).
Actual behavior:
When initially focused, TalkBack reads the first dot as “out of list” (which appears to be a placeholder or mislabel).
After swiping to the next carousel item, TalkBack does not announce any updated information about the position.
Subsequent dots are not read out, leaving the user without feedback about their current position in the carousel.
Link to public reproduction project repository
https://github.com/Croppo/MauiReproductionApp
Version with bug
9.0.90 SR9
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output