-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Open
Labels
a: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)found in release: 3.32Found to occur in 3.32Found to occur in 3.32found in release: 3.33Found to occur in 3.33Found to occur in 3.33fyi-accessibilityFor the attention of Framework Accessibility teamFor the attention of Framework Accessibility teamhas reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onp: mapsGoogle Maps pluginGoogle Maps pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform team
Description
Steps to reproduce
- Add GoogleMap under an ExcludeSemantics component.
- Run flutter on Android, Web or iOS
- Start TalkBack/VoiceOver
- Move the focus on map
Expected results
The screen reader should not be able to focus the Google Map widget.
Actual results
Google Map can still be focused/selected by the screen reader, and it reads all the things in the maps (markers, compass, map footer, etc..)
Code sample
Code sample
ExcludeSemantics(
child: GoogleMap(
...
),
);
Screenshots or Video
No response
Logs
No response
Flutter Doctor output
Doctor output
[Paste your output here]
pedromassango
Metadata
Metadata
Assignees
Labels
a: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)found in release: 3.32Found to occur in 3.32Found to occur in 3.32found in release: 3.33Found to occur in 3.33Found to occur in 3.33fyi-accessibilityFor the attention of Framework Accessibility teamFor the attention of Framework Accessibility teamhas reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onp: mapsGoogle Maps pluginGoogle Maps pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform team