react-azure-maps icon indicating copy to clipboard operation
react-azure-maps copied to clipboard

Fix: missing popups.add to make sure popup container get attached

Open ambientlight opened this issue 4 years ago • 0 comments

Accessibility usecase (keyboard navigation of popups) discussed in #87 uncovered the issue where atlas.Popup is actually never added explicitly to PopupManager that results in popup containers not getting added to the DOM (unless isVisible) which breaks the keyboard-based navigation needed in #87

ambientlight avatar Jun 01 '21 09:06 ambientlight