Assigned
Status Update
Comments
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com> #2
We are building a polygon array with a click event: https://developers.google.com/maps/documentation/javascript/examples/polygon-arrays
However, looking for keyboard accessibility, we are not able to trigger the information dialog using a keyboard similar to how to map markers can be triggered using arrow keys:https://developers.google.com/maps/documentation/javascript/examples/marker-accessibility
Is there something we can do about it?
Thank you!
Map version: 3.49.12
However, looking for keyboard accessibility, we are not able to trigger the information dialog using a keyboard similar to how to map markers can be triggered using arrow keys:
Is there something we can do about it?
Thank you!
Map version: 3.49.12
Description
===========================================================================================
#REMINDER: Please do not disclose any possible PII such as: email address, IP, contact number, any part of name, project numbers and billing accounts as these information may violate security and privacy. Comments or attachments that include PII will be removed and restricted from public viewing.
Furthermore, please refrain from replying to a comment as this will make your email address visible. Instead, you may use the Issue Tracker’s comment feature for your replies.
It is OK to share your API Project ID, but _not_ API keys or client ID credentials.
To learn more about personal data, visit
===========================================================================================
# Describe your issue
When a screen reader (SR) user places focus on the map, the SR announces "Map map." Our company is using the Google Map API and gets the same results as the Google Map dev search mode map.
Applies to:
JAWS / Firefox / Desktop
NVDA / Chrome / Desktop
NVDA / Firefox / Desktop
# Please report the version of Google Maps API
# Open the developer console and type: 'google.maps.version' and then press enter.
# Example:
# > google.maps.version
# <- "3.34.7"
# What steps will reproduce the problem? Please also provide a code sample which demonstrates your issue (e.g. via
1. go to
2. Turn the SR on
3. [TAB] to the "search mode" map
4. Observe the SR announce "Map map"
Expected Result:
Only "Map" is announced when an SR user places focus on the Map.
Actual Result
When an SR user places focus on the Map it announces "Map" twice, "Map map."
Attached:
1. Inspector screenshot of aria conflict
2. JAWS/Firefox.mp4
3. NVDA/Chrome.mp4