maps-api-for-javascript-examples icon indicating copy to clipboard operation
maps-api-for-javascript-examples copied to clipboard

DomMarker does not work in Shadow DOM

Open hellokatili opened this issue 3 years ago • 1 comments

Using DomMarker with DomIcon within a shadow DOM creates the following error on every mouse movement in the map:

mapsjs.bundle.js:4 Uncaught TypeError: Cannot read property 'getPropertyValue' of undefined
    at mm.Ha (mapsjs.bundle.js:4)
    at Xm (mapsjs.bundle.js:4)
    at S.Ha (mapsjs.bundle.js:4)
    at T.$d (mapsjs.bundle.js:4)
    at Ho (mapsjs.bundle.js:4)
    at Go (mapsjs.bundle.js:4)
    at No.g (mapsjs.bundle.js:4)

hellokatili avatar Mar 01 '21 10:03 hellokatili

Hello, I'm also having this issue when using Heremaps inside a Shadow DOM. @hellokatili did you manage to solve this issue? Thanks!

dargains avatar Dec 30 '21 16:12 dargains

The bug related to mouse events on DomMarker within shadow DOM was fixed since v3.1.22.1. Please reopen this issue if you still face this issue.

dbacarel avatar Dec 20 '23 09:12 dbacarel