- Issue created by @giancarlorosa
- π¦πΊAustralia jannakha Brisbane!
which version of https://www.drupal.org/project/editor_advanced_link β are you using?
it requires a proper CKEditor 45 refactor for D10.5+ - πΊπΈUnited States mark_fullmer Tucson
Thanks for reporting this! If I'm interpreting the steps to reproduce correctly, I think this may be by design in CKEditor? Specifically, from step 6 above, "Now hit Enter and click again on Link button from CKEditor," upon pressing "Enter" the CKEditor selection will remain on the link that was just created. Immediately pressing the "Link button" from the CKEditor toolbar will, by design, open the editing interface for that link. This can be seen visually because after pressing enter, CKEditor retains the
ck-link_selected
class on the link and it has a light highlight color.This behavior can be reproduced using Editor Advanced Link's latest commit to 2.3.x, and without Linkit being enabled.
If I'm misunderstanding the steps to reproduce, please clarify. Otherwise, I think this can be closed as "Works as designed" or, alternatively, transferred to the Editor Advanced Link module's issue queue.