- Issue created by @jonline
- 🇨🇦Canada dylan donkersgoed London, Ontario
@matthiasm Are you using the latest version of the module and library? A PR from ok-steve that fixed this issue was merged in at the start of this month.
Some users have reported the node package not being updated on composer update in some situations. Please double check you have the 0.3.0 version of the JS package (or newer, I'll likely tag another version soon).
- Status changed to Postponed: needs info
over 1 year ago 2:45pm 31 October 2023 - 🇳🇿New Zealand klidifia
I am experiencing something and wondering if related:
Could someone please attempt to replicate this:
- Create a page with body "test"
- Highlight that text and use the anchor link button and give that an anchor name of "test"
- Save page
- Re-edit pageMarkup is:
<p> <a class="ck-anchor" id="test">test</a> </p>
- Position cursor at the end of the word "test" and note that an extra anchor link appears at the end
- Position cursor at the start of the word "test" and note that an extra anchor link appears at the start- Highlight the word "test" and click the Unanchor button
- Position the cursor anywhere within or around the word "test" and notice that an anchor appearsViewing the source after this, we have an anchor without an ID, which we cannot get rid of:
<p> <a class="ck-anchor">test</a> </p>
- Status changed to Active
over 1 year ago 7:01pm 11 December 2023 - 🇳🇿New Zealand klidifia
Can reproduce when class is added to the tag within: CKEditor 5 plugin settings -- Source editing -- Manually editable HTML tags