Skip to content

Attribute "href" doesn't change #12

@giaulo

Description

@giaulo

Changing the URL option in dialog settings doesn't have any effect in the href attribute of the element.
I found a solution removing the attribute 'data-cke-saved-href' after changing the href in plugin.js.

if (this.data.href) { $el.attr('href', this.data.href); this.element.$.removeAttribute('data-cke-saved-href'); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions