- Issue created by @sumit_saini
- 🇺🇦Ukraine abyss
@Sumit Saini This looks like a duplicate of issue [3391120].
Could you confirm this? - 🇮🇳India sumit_saini
@Abyss This issue was still present after applying the fix from 🐛 E-mail addresses are automatically picked up as anchor links Needs review . So, I feel that we will need a different fix for this one.
- 🇺🇸United States brian-c
I ran into this issue as well, and found that limiting the upcast conversion with an attribute like
href: false
resolved the issue. I opened a PR at https://github.com/northernco/ckeditor5-anchor-drupal/pull/4 with this fix (however to use it you will need to build again). - 🇳🇿New Zealand klidifia
Hi I am not sure where the issue is and it might be in 3396493 but I was testing this change and note that once I save the page and then re-edit it; the editor doesn't seem to recognise the anchor links, e.g. when I click within them, there is no longer the pop-up dialog to edit/remove the anchor link.
- Status changed to Fixed
12 months ago 8:59pm 30 November 2023 - 🇨🇦Canada dylan donkersgoed London, Ontario
Thanks for the PR Brian-C. That appears to be working and I've merged it into the dev branch.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
10 months ago 3:00pm 30 January 2024 I have the same issue as mentioned in #5
once I save the page and then re-edit it; the editor doesn't seem to recognise the anchor links
Any update on this?
- 🇨🇦Canada Ron Collins
Hi annoul4,
I have found that using version 0.5.0 of northernco/ckeditor5-anchor-drupal solves your issue. You may need to edit the library's package.json to use the same version (web/libraries/ckeditor5-anchor-drupal/package.json)
@Ron Collins,
Thank you very much for your reply. Version 0.5.0 indeed solves my issue.