Jacques Lebourgeois

Results 6 comments of Jacques Lebourgeois

Hello, Yes, here are some information. Based on Storybook, In the story https://orange-opensource.github.io/IOT-Map-Component/?path=/story/iot-map-manager--clusters If you replace data in Knobs with those data : [ { "id": "s5", "location": { "lat":...

NB : in LiveObjects, we have a temporary workaround by calling ``` this.iotMapMarkerManager.markersObjects[markerId].updateAccuracyDisplay( ['default'], true ); ``` on each marker after any new map display

Nb : if you first open and then close the popup of one of the markers on the top, then the marker will have an appropriate z-index (like from z-index:...

We have a quick fix waiting for a correction that seems to work : ``` .leaflet-marker-icon.iotmap-divicon.leaflet-zoom-animated.leaflet-interactive[style*="opacity: 0.3"] .iotmap-cluster-popup { display: none; } .leaflet-marker-icon.iotmap-divicon.leaflet-zoom-animated.leaflet-interactive[style*="opacity: 0.3"] { z-index: 70 !important; } ```

I don't know what it's worth, but here's a workaround that seems to work on chrome and firefox : https://codepen.io/jacques-lebourgeois/pen/jOgyNyo

hi, Thanks for your answer. I am not sure it is not a problem of aria-label. The problem seems to lie in the fact that with the ` [typeaheadMinLength]="0" `...