Fixed
Status Update
Comments
ch...@google.com <ch...@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
ra...@google.com <ra...@google.com>
ms...@ivalua.com <ms...@ivalua.com> #3
Thanks for your suggestion!
We'll be reviewing this for further consideration. Please star this issue to get updates and leave comments for additional information. Please note that starring the issue also provides our product team with valuable feedback on the importance of the issue to our customers.
ch...@google.com <ch...@google.com> #5
Correction: this did make it into the current v3.45.2 release. Please verify 😀
Description
Hi,
is changing when calling any of
on an object of type
I have a listener on html someInput <input> ,
This makes focus lost and goes away from the source input from which we are listening value changes to reflect them into the bubble of infoWindow on a given Marker in a given Map,
No way to stop it !
The focus goes directly to the close button (X) of the infoWindow bubble instance.
Could you help please ?