Link attributes missing with bootstrap theme

Created on 8 January 2020, almost 5 years ago
Updated 16 May 2024, 7 months ago

I am using a bootstrap barrio theme (version 8.x-4.22). When I set a link vom ckeditor (using the modal dialog) the attributes (hidden fields in the dialog) "data-entity-type", "data-entity-uid" and "data-entity-substitution" are not set. So the resulting link is just:

<a href="/media/17/edit">document</a>

instead of

<a data-entity-substitution="canonical" data-entity-type="media" data-entity-uuid="d5eff9b5-b82f-4e4c-8b04-77f802a18a57" href="/media/17/edit">document</a>

If I use another theme like bartik or seven and set the the link the same way, everything is fine. The attributes are present.

I do not know, where to search. Could it be a problem with a missing or wrong javascript file that is (not) loaded on the linkit modal popup dialog?

πŸ› Bug report
Status

Active

Version

7.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024