Issue in Custom RTE in 6.3
In AEM 6.3, I am trying to create a new style in custom RTE using below link.
Configuring Experience Manager Rich Text Editor Plugins in a Touch UI Component Dialog
Each time when I change the style, the span tag is getting newly created inside the older span tag instead of replacing the older one.
For eg: If I add the 'default span' style first for Touch text and later if i change it to 'lead', In this case latest added style should be applied for this text, where as in our case both the style are getting added. Even though latest style is getting applied, span classes are getting appended on every change.
Is there any way where we can replace the latest style to the same span class instead of appending it with old one. Please refer the attached screen shot.
