This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
tooltip: works with tooltip attr, but not with tooltip-html-unsafe #1172
Closed
Description
Am I doing something wrong here?
This works:
<a class="edit-link-tooltip" href>
<span tooltip-placement="bottom"
tooltip="Click the edit button to any module to edit it's content and/or settings">?</span>
</a>
This doesn't (tooltip appears but it's blank):
<a class="edit-link-tooltip" href>
<span tooltip-placement="bottom"
tooltip-html-unsafe="Click the edit button to any module to edit it's content and/or settings">?</span>
</a>
Metadata
Metadata
Assignees
Labels
No labels