Skip to content

Tooltip not appearing with tpOnlyTextOverflow and -webkit-line-clamp #195

@michael-koch787

Description

@michael-koch787

We are using following CSS to show an ellipsis on multiline texts.

.line-clamp { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

When setting tpOnlyTextOverflow to true the tooltip never appears.
I guess isElementOverflow() in utils.ts should also check for offsetHeight / scrollHeight.

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