backdrop-contrib / beautytips_node

Display any node page inside a BeautyTip.
GNU General Public License v2.0
0 stars 0 forks source link

Get surrounding DIVs working #8

Open olafgrabienski opened 6 years ago

olafgrabienski commented 6 years ago

The Drupal version of the module claims that the beautytips-node class works also when it is applied to a surrounding div 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.

olafgrabienski commented 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.