Skip to content
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
@georgiosd

Description

@georgiosd

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions