Open s6mike opened 2 years ago
Introduced in v4.8.17 (12-argmapjs-fixes)
mapjs/src/browser/dom-map-widget.js:123 looks like it does this, have commented out and will commit around v4.9.1
When applying an earlier related fix (in v4.8.17) I also commented out the tabindex attribute, which is needed for sequential keyboard navigation, which stopped keyboard shortcuts working when clicking on the container (svg canvas). Fixed in v4.9.4.
Fixed in argmap 4.9.1 (0c8d299e753c60a3661626f66e861d693ef8b0ff)
Thought I had fixed this by commenting out line 110 in
mapjs/src/browser/dom-map-widget.js
:Must be another piece of mapjs code updating it again.