When nested pb-popovers are generated via ODD processing, on first time accessing the tooltip, one can trigger the nested tooltip on hover. After moving away from the outer popover, on subsequent attempts, the nested popover is not responding and not displaying the tooltip.
To reproduce: include the TEI snippet below and render it via teipublisher.odd
<p> <app>
<lem>foo</lem>
<rdg>bar and perhaps even a nested <app>
<lem>bas sub-variant</lem>
<rdg>or bus sub-variant</rdg>
</app></rdg>
</app>
</p>
When nested pb-popovers are generated via ODD processing, on first time accessing the tooltip, one can trigger the nested tooltip on hover. After moving away from the outer popover, on subsequent attempts, the nested popover is not responding and not displaying the tooltip.
To reproduce: include the TEI snippet below and render it via teipublisher.odd