Skip to content

Title and target not respected when adding a link to a table #23

Description

@MaciekBaron

When adding a link to a table, a user can specify the title and whether to open the link a new window or not:

Image

This is currently not respected and silently ignored.

This is for two distinct reasons.

The title is ignored, because title is not passed in the Javascript (while target is):

The target experiences the opposite problem. It is passed in the JavaScript, but not passed in the backend sanitisation (while title is):

attributes["a"] = {"href", "rel", "title"}

Solution: Unify the attribute list so that all for attributes are included: href, rel, title and target.

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