Skip to Content
0
Jun 07, 2018 at 12:22 AM

[BUG] openDetailWindow on GeoMap in a Custom Card

290 Views

Hi, I'm facing the next bug:

I have a custom Map Card( Map is inside a Map container ), and I would like to implement the Spot Click Event.

<vbm:Spot position="{Pos}" .... click="onClickSpot"/>
onClickSpot: function(evt) {
	evt.getSource().openDetailWindow("Test","0","0");
}

The problem is that, the event is called, but, the window, never appear, and no error on console..

I have the same code implemented on a normal app, and it works fine, same event, same code, with the only difference that this is in a fragment on a custom card. Also, the :

<vbm:GeoMap id="GeoMap" openWindow="onOpenDetail" ...

Is also called, but as said before, nothing appears, tried on fullScreen and also no luck..

Anyone faced this issue?

Thx in advance