Hi everybody,
I'm experiencing the following issue: I use a popup window to show feature-related information after a click on them. I customized this popup with html code that let me to hide and show some information through a button, basically I set dynamically the visible attribute of the cells of a table. After the popup is shown up, when I click on the popup's close button (the cross), it disappear but the table remains on the map.
If for example I don't modify the visibility property of the cells the popup works correctly.
How can i fix this issue?
Thank you very much.