Alexander Yanchin
Alexander Yanchin
> I see that the underlying Websocket is not receiving the message in throttled mode. In this case, this library will not be able to solve this issue. I will...
I posted today a bug report in Chrome Browser and Opera Browser. Then I did some tests again in both browsers. In the Chrome Browser seems it's fixed, I haven't...
@h0jeZvgoxFepBQ2C The problem is gone some time after update to the latest versions of browsers. Seems it’s was bug in the browsers.
Yes, you can close it!
I've solved it to add positon absolute for the Tooltip: ` this.map = new jsVectorMap({ onRegionTooltipShow(event, tooltip, code) { tooltip.css({ position: 'absolute' }); } });`
Same problem!