Open olafgrabienski opened 6 years ago
The following HTML code doesn't work:
<div class="beautytips-node">Here's my <a href="/my-existing-link">link</a>. More text ...</div>
When I hover over the div
, a Beautytip with the content "ERROR: Not found" pops up.
The Drupal version of the module claims that the
beautytips-node
class works also when it is applied to a surroundingdiv
of a link. That doesn't work in Backdrop at the moment. The goal is that only the link will be made an active beautytip.