I'm specifically seeing mouse over tooltips disappear when "Remove conflicting tags" is selected. They show up when using an iframe (remove tags unchecked) but that's not ideal, since this is a really long page.
The HTML5 (Bootstrap) pages we're trying to use are generated by the tool DBSchema (https://www.dbschema.com/). The pages use title tags within an SVG <a> element to identify the popup text to be shown. I'm reaching out to the support team there as well, but I thought maybe someone had run into this issue under other circumstances.
I've verified that the same issue occurs with very simple a svg diagram, such as the below...
<svg viewBox="0 0 20 10" xmlns="http://www.w3.org/2000/svg">
<circle cx="5" cy="5" r="4">
<title>I'm a circle</title>
</circle>
<rect x="11" y="1" width="8" height="8">
<title>I'm a square</title>
</rect>
</svg>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.