brianwmunz/svgReader-QV11

Some path are hidden when making selections

Opened this issue · 1 comments

Hi Brian,

First of all, thanks a lot for this great extension, it's very useful in a lot of usecases (and thanks for making it available on Qlik Sense !)

I think I have found an issue in the Qlikview version of this extension though : After playing around with the selections in my qlikview app, some parts of my map start to disappear. And i need to refresh the page in order to make them reappear.

When looking at the HTML code, those paths look like below. Note the url(#3) part:

<path 
    ... 
    stroke="#454545" 
    fill="url(#3)" 
    style="stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; cursor: pointer; opacity: 1; fill-opacity: 1; visibility: hidden;">
</path>

Instead of:

<path 
    ...
    stroke="#454545" 
    fill="#f6fbf1" 
    style="stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; cursor: pointer; opacity: 1; fill-opacity: 1;">
</path>

Do you have any idea what's wrong here ?

Hi, do you have any idea on what is happening ?