Two pages, content-wise the same, one uses Pangolin Page, https://reizen.jacqfish.nl/about, the other Kookaburra Page, https://reizen.jacqfish.nl/over-ons.
The Pangolin version shows pop-ups and highlights borders on hovering (or clicking on mobile); the KB version shows no result of the interaction.
Is this by design of KB (so need other/better solution?) or a KB bug?
Looking at the https://www.gstatic.com/charts/loader.js script, I see references to jquery: uncompressed:"jquery.js",compressed:"jquery.min.js". By design, Kookaburra doesn’t support jquery. So you might want to try loading jquery first and see if this solves the issue.
I tried to get as much as possible out of the way. So, I have now two new pages PANG based on Pangolin and KOOK based on Kookaburra. Both with only content in the Main Copy:
I assume that there’s some javascript code handling the tooltip action. @Matthew would know more about that.
CSS styles have preference over width and height. This is the CSS that overwrites your width and height parameter. It comes from Backlight (backlight/publisher/gallery/stylesheet/style/30):
svg {
height: 100%;
width: 100%;
}
This is the code I’m using to check:
With that the SVGs for the two platforms look the same.