Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Is this a defect on RTE

Avatar

Level 2

I found that the hybperlink will be rewritten by a link which will contains server domain name(i.e. http://localhost:4502). I debug js and found it will be fixed if I made the following changes:

  • Open crx/de
  • Open the js file /libs/clientlibs/granite/richtext/core/js/commands/Link.js
  • Replace the line 68-69 with
    1. attributes.href = helperSpan.childNodes[0].pathname;
    2.         attributes[CUI.rte.Common.HREF_ATTRIB] = helperSpan.childNodes[0].pathname;
5 Replies

Avatar

Level 10

This looks like a bug. I recommend opening a ticket and discuss with Support to see if a change to the Software needs to be made.

Avatar

Administrator

Please report this to the Support :- https://daycare.day.com/home.html

~kautuk



Kautuk Sahni

Avatar

Level 2

Hey Kautuk,

Thanks for your response. Unfortunately, I don't have access on daycare site.

~Jerry